Skip to content

Suggest columns names when typing SELECT query #212

@rbro

Description

@rbro

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions