https://bugs.kde.org/show_bug.cgi?id=274215 Summary: Smarter Enum Completition Product: kdevelop Version: git master Platform: Unlisted Binaries OS/Version: Linux Status: NEW Severity: wishlist Priority: NOR Component: general AssignedTo: kdevelop-bugs@kdevelop.org ReportedBy: carlos_licea@hotmail.com Version: git master OS: Linux When invoking a function that takes an enum the Enum completion should be smarter and not request the full signature to aid. Example: class foo { public: enum A { abc, abc2, Bar } void someMethod(A a); } … foo F; F.someMethod( a| ) ^Auto-complete here It should offer: Foo::abc Foo::abc2 So that I don't have to write the full signature for the completion to be useful. Reproducible: Didn't try -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs