rosshamish / kuskus

The extension pack so nice they named it twice
https://marketplace.visualstudio.com/items?itemName=rosshamish.kuskus-extensions-pack
45 stars 11 forks source link

Function completion without needing the database() prefix #4

Open rosshamish opened 5 years ago

rosshamish commented 5 years ago

Right now, for some reason, to get functions to show up in the completion list, the user must first type database('DatabaseName').. Most functions are not called this way, and it's not intuitive that this is required. It would be great if the completion list could include functions in the default database without requiring the prefix.