Bug 383043 - cpp code-completion AND method implementation within brackets-enclosed namespace (not using "using namespace")
Summary: cpp code-completion AND method implementation within brackets-enclosed names...
Status: RESOLVED DUPLICATE of bug 376141
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (Clang-based) (other bugs)
Version First Reported In: 5.1.1
Platform: Other All
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-02 13:00 UTC by Serge Lussier
Modified: 2017-08-02 14:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***