I\'m using the new Visual Studio Code, which is clearly not ready for prime time yet, but I\'m hoping to resolve a problem I\'m having.
In a SQL file, any time you ty
In the current version of Visual Studio Code, add this to your user settings:
"editor.quickSuggestions.other": false
This disables most of the spurious suggestions.