[kdevelop] [Bug 374301] Code completion should offer variable first
https://bugs.kde.org/show_bug.cgi?id=374301 Kevin Funk changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED |
[kdevelop] [Bug 374301] Code completion should offer variable first
https://bugs.kde.org/show_bug.cgi?id=374301 --- Comment #1 from Ian Haber --- after offering the variable, it should probably proceed based on most likely by type of assign instead of by alphabetical order. QVariant data; QVariantList dataList=data.toList(); in this case, toList() should show