-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Language Server
-
None
-
5
-
Needed
-
-
Iteration Xantic Sargo
Add the VSCode Language Server Diagnostics feature to our extension to highlight legacy MongoDB Shell syntax usage. We've seen folks try to use Shell syntax that doesn't work in playgrounds like `show dbs;` or instead of using the correct `use('database_name')` people type `use database_name` which only works in the Shell and not playgrounds. To implement Diagnostics, we will refer to the official VSCode diagnostic-related-information-sample.
- is duplicated by
-
VSCODE-267 Warn users when they run "use db" without parentheses
- Closed