https://bugs.kde.org/show_bug.cgi?id=383043
Bug ID: 383043 Summary: cpp code-completion AND method implementation within brackets-enclosed namespace (not using "using namespace") Product: kdevelop Version: 5.1.1 Platform: Other OS: All Status: UNCONFIRMED Severity: normal Priority: NOR Component: Language Support: CPP (Clang-based) Assignee: kdevelop-bugs-n...@kde.org Reporter: lussier.se...@gmail.com Target Milestone: --- When implementing cpp code into cpp imnplementation source file. If using namespace brackets-enclosed namespace (not using "using namespace" ) Such as : myclass.cpp : //... namespace $[ns]{ ///... everythings within this $[ns] and any sublevels brackets-enclosed namespace are ignored. cpp-code assistant, any method implementation, etc, are hidden. Showing only unrelated [global] symbols. } Does happens only into cpp source files using brackets-enclosed namespace. -- You are receiving this mail because: You are watching all bug changes.