[kdevelop] [Bug 374301] Code completion should offer variable first

2016-12-30 Thread Kevin Funk
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

2016-12-29 Thread Ian Haber
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