Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 10.0.1
-
-
7d64afa73 (master)
Description
The autocompletion system provides the user with a sorted list of completion suggestion, and the first item is selected by default, so when typing code quickly, "enter" auto-completes with the first item of the list.
In latest QC, there is something wrong with either the sorting of that list, or the selection of the first item. I am pretty sure it is a regression.
Exemple :
QList<int> list; const auto endOfTheList(list.end
This code should autocomplete with "end()". Instead, it completes with cend().
This makes writing code very annoying.
I don't know what is the distance used for words matching but it seems broken.
When can we expect this to be fixed ?
Regards
Attachments
For Gerrit Dashboard: QTCREATORBUG-29178 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
479293,3 | LanguageClient: always rerequest completions | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |