-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Autocomplete
-
None
-
Not Needed
-
Iteration Düsseldorf
Problem Description
Tab completion does not work on returned objects
Steps to Reproduce
let res = db.t.insertOne({a:1}) res (and hit tab to autocomplete, nothing happens)
Expected Results
when autocompleting on a returned object, I expect to see the list of properties/methods
Actual Results
nothing happens when trying to autocomplete