Bug 383043

Summary: cpp code-completion AND method implementation within brackets-enclosed namespace (not using "using namespace")
Product: [Applications] kdevelop Reporter: Serge Lussier <lussier.serge>
Component: Language Support: CPP (Clang-based)Assignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: 5.1.1   
Target Milestone: ---   
Platform: Other   
OS: All   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Serge Lussier 2017-08-02 13:00:59 UTC
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.
Comment 1 Kevin Funk 2017-08-02 14:18:03 UTC

*** This bug has been marked as a duplicate of bug 376141 ***