-
Type: Task
-
Resolution: Done
-
Priority: Critical - P2
-
Affects Version/s: None
-
Component/s: None
-
Environment:OS:
node.js / npm versions:
Additional info:
Problem Statement/Rationale
If users are typing a parameter string value that refers to the DB/collection/field name, we should automatically open the autocomplete without requiring users to press ctrl + space. Currently it'll be hard for users to discover our autocomplete feature unless they know to trigger autocomplete in those situations.
Expected outcome
When users are typing, for example, `collection.find(Filters.eq("` when they insert the string literal quotation here `"` we should force AC to open with a valid list of collection field names they can write.