You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When writing multi-line based SQL statements, Intellisense does not provide hints to column and table names. Instead, it assumes you are starting a new statement.
To Reproduce
Steps to reproduce the behavior:
Begin writing a statement, and make it multi-line. See screenshot for example.
Press Ctrl+Space (or the keybind you use to trigger Intellisense)
It will not provide column or other hints, only new statement hints.
Expected behavior
It should provide hints for the current statement regardless of line breaks. Preferably, it should assume we are on a statement until a ; delimiter to note end of statement, instead of providing hints for a new statement. This would make writing multi-line statements easier and therefore more readable.
Screenshots
Attempting a multi-line statement intellisense:
Attempting a single-line statement intellisense:
Desktop (please complete the following information):
SQLTools Version: v0.28.3
VS Code Version: 1.92.2
OS: Windows
Driver:
PostgreSQL/Redshift
MySQL/MariaDB
MSSQL/Azure
SQLite
Other? Which...
Database version: PostgreSQL 16.4, compiled by Visual C++ build 1940, 64-bit
The text was updated successfully, but these errors were encountered:
Describe the bug
When writing multi-line based SQL statements, Intellisense does not provide hints to column and table names. Instead, it assumes you are starting a new statement.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should provide hints for the current statement regardless of line breaks. Preferably, it should assume we are on a statement until a
;
delimiter to note end of statement, instead of providing hints for a new statement. This would make writing multi-line statements easier and therefore more readable.Screenshots
Attempting a multi-line statement intellisense:
Attempting a single-line statement intellisense:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: