-
Notifications
You must be signed in to change notification settings - Fork 680
Description
Thanks for a great tool. I noticed that when smart completion is enabled, it doesn't suggest column names after a SELECT unless the FROM part of the query is already entered, which means that you have to enter the FROM table first and then go back to the SELECT to type the column names. I noticed when smart completion is off, the SELECT will suggest column names from all tables.
Would it be possible to have this behavior in smart completion mode, or an option to enable it, where if you type SELECT and haven't yet entered the FROM, it will suggest column names from all tables? I would find that more efficient so that queries can be written from left to right without having to go back to the beginning to complete it, while still taking advantage of smart completion once the table names in the FROM are entered.