| 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: | |||
*** This bug has been marked as a duplicate of bug 376141 *** |
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.