-
Notifications
You must be signed in to change notification settings - Fork 545
Closed
Description
- MSSQL Extension Version: 1.2.0 GA
- VSCode Version: 1.16.1
- OS Version: Windows 10 x64 CU
This is not really new or limited to the current version(s). Ever since i started using this, back in the 0.2.0 days, It behaved more or less the same.
(Note: Only relevant issue i found is the old #508 )
Steps to Reproduce:
- Open a new SQL file.
- Connect to an Azure SQL instance.
- Wait for the Intellisense cache to finish building (according to the status bar).
- Try and auto-complete something basic, like table names.
Most of the time, I can't get intellisense for Azure to work in any sort of reliable way. The same connection to the same DB can work one moment and not the other. Refreshing the cache sometimes helps, Sometimes it does not.
Is Intellisense in this extension dependent on something when working on an Azure SQL DB? Anything else i can try and diagnose/narrow down?
deanashton and brianjorden