mvitlov / vscode-db-explorer-firebird

Explore and run queries against your Firebird® databases without leaving VS Code.
MIT License
21 stars 11 forks source link

Autocomplete WHERE only #3

Open thwyster opened 5 years ago

thwyster commented 5 years ago

Hello, very cool to your initiative, knows how to tell if it is possible to do autocomplete where only to bring the fields from the tables?

Today it returns the autocomplete of all tables in the database

mvitlov commented 5 years ago

Hi, thanks for the feedback!

Yes, currently the autocomplete returns both table and field names. I'll add the possibility to separate the two in the next release.
Cheers!