https://bugs.kde.org/show_bug.cgi?id=376141
Bug ID: 376141 Summary: Cannot use function-completion within namespace scope Product: kdevelop Version: 5.0.3 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Language Support: CPP (Clang-based) Assignee: kdevelop-bugs-n...@kde.org Reporter: wen...@gmail.com Target Milestone: --- header: a.h namespace ns { class A { public: A(); }; } source: a.cpp #include "a.h" namespace ns { <--- move cursor here and type "A", I expect "A::A()" would be inserted. } When I tried to use code completion to insert a function definition stub, it won't work. It only works in a anonymous namespace. -- You are receiving this mail because: You are watching all bug changes.