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
Another issue linked from there mentions how some extensions use CompletionItem.command to trigger a second set of suggestions. I'm guessing they run editor.action.triggerSuggest but I haven't verified this.
For example:
select * from (offers schemas)
pick a schema, get:
select * from MySchema.
To get table completions offered, I need to backspace the . and retype it, THEN it'll offer table suggestions. I shouldn't need to do that.
(from a bit of digging, this might be upstream all the way in VSCode.)
The text was updated successfully, but these errors were encountered: