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
The idea is to improve existing autocompletion with several points
No need for autocompletion if the cursor is inside single quoted string or a comment
Schemas should be autocompleted
It would make sense to complete first only schema or table name and then table or column separately rather than suggest e.g. table_name + "." + column_name for all possibilities.
If the cursor is inside sql identifier quoted area then only schemas/table/column makes sense for completion
If a schema/table/column name contains whitespace it should be completed with required sql identifiers
Update tests to simplify junit tests of all cases mentioned above
The text was updated successfully, but these errors were encountered:
The idea is to improve existing autocompletion with several points
table_name + "." + column_name
for all possibilities.The text was updated successfully, but these errors were encountered: