mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.43k stars 290 forks source link

Intellisense for db.schema.table table source #1332

Open fzhem opened 1 month ago

fzhem commented 1 month ago

Is your feature request related to a problem? Please describe. Intellisense only works for db.table in FROM clause.

Describe the solution you'd like Alternative parser that supports db.schema.table or any deeper table source location. This will be offered as a choice for extension developers, by default sqltools base driver will always use the Hive parser to maintain compatibility with existing extensions. Impala Autocomplete parser is a good alternative I believe as it recognises db.schema.table token.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.