-
Notifications
You must be signed in to change notification settings - Fork 102
Open
@theoludwig
Description
Bug report
When writing a SQL query:
SELECT table_name
Pressing CTRL + Space in VSCode, after SELECT
, successfully auto-complete with the available tables, however, if I open with quote like that: SELECT "
, it doesn't autocomplete, but it should work the same.