microsoft / vscode-postgresql

PostgreSQL extension for VSCODE
Other
392 stars 50 forks source link

Support schema dump file (i.e. separate out IntelliSense from live connection) #80

Open bfelbo opened 4 years ago

bfelbo commented 4 years ago

Hi. IntelliSense and 'Go to Definition' would amazing for developing backends interacting with our DB. However, we use a dumped schema file rather than a live connection. Do you have plans to support specifying a schema?

We don't need support for running queries inside VS Code etc. We do all of that just fine with our Postgres client. This would be useful for when we're writing SQL against the DB e.g. in Python or NodeJS.

ludusrusso commented 1 year ago

+1