Hi team,
Is there a way to have intellisense autocomplete schema names in the VS Code extension? As a data warehouse we have many schemas that we work in on a daily basis.
I can get intellisense if I write `SELECT * FROM users.<schema name>` but not otherwise.
Is there something I'm missing with this? If it's not possible would it be possible to add in a future release? Some of our schema names are quite long and typing them out each time slows things down considerably. SQL Developer does this, I've been told that Toad does as well by colleagues that use Toad.