-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
None
-
Developer Tools
Problem Statement/Rationale
Field name autocompletions in our latest tests did not work at all. The query that we were trying to autocomplete the field names in was:
db.sample_mflix.movies.find({ "<cursor>" })
Please be sure to attach relevant logs with any sensitive data redacted.
How to retrieve logs for: Compass; Shell
Steps to Reproduce
- Open a Playground
- Write a simple find query for example: db.sample_mflix.movies.find({ "<cursor>" })
- Trigger autocomplete for field name in the cursor position
Expected Results
The field names for the provided database and collection appears
Actual Results
No autocomplete suggestions at all
Additional Notes
Any additional information that may be useful to include.
- related to
-
VSCODE-433 Refresh in the sidebar breaks autocomplete
-
- Backlog
-