Details
-
Technical task
-
Resolution: Fixed
-
P2: Important
-
None
Description
Add support in qmlls for autocompletion of value types, currently only Object types are gettting completed, e.g. for function return values, it does not propose 'int', 'date' or similar.
Note: it could maybe be a bug that qmlls tries to autocomplete for an Object to a default binding, instead of autocompleting for a method return type...