https://bugs.kde.org/show_bug.cgi?id=385217
Bug ID: 385217 Summary: code completion gives foo:foo::foo() instead of foo:foo() Product: kdevelop Version: git master Platform: Compiled Sources OS: All Status: UNCONFIRMED Severity: normal Priority: NOR Component: Code completion Assignee: kdevelop-bugs-n...@kde.org Reporter: rjvber...@gmail.com Target Milestone: --- The code completion has had a feature for a while where you could start entering an out-of-line class method implementation and it would propose an appropriate completion. For instance when foo.h contains the declaration for a new ctor foo(QObject *parent), it would propose to complete to `foo::foo(QObject *parent)` after typing just foo: on the start of a new line. That still happens, but now the completion doesn't remove the original ext anymore, so one ends up with `foo::foo::foo(QObject *parent)` (or foo:foo::foo(QObject *parent)). A pity, it's almost faster to type the whole thing by hand than correcting the completion result. -- You are receiving this mail because: You are watching all bug changes.