-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: Autocomplete
-
Environment:OS:
node.js / npm versions:
Additional info:
If you have a query like this:
var query = Query.query(where("field").is("whatever")) return template.find(query, Movie.class)
Autocompletion does not trigger when the caret is in "field", however, the linters are working as expected.
If the query is inline the find method, it works as expected.
- is related to
-
INTELLIJ-310 Run manual test suite for readiness checking
-
- In Progress
-