| Summary: | "Implement function" doesn't consider "using namespace" | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Daniel Vrátil <dvratil> |
| Component: | Language Support: CPP (Clang-based) | Assignee: | kdevelop-bugs-null |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | martin+kde, master.haber, sjakub |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Daniel Vrátil
2016-12-16 13:11:58 UTC
to tack on to this, if you add the namespace already to the name before the prompt comes up, it will rewrite the namespace again anyway, leaving you with foo::foo::bar instead of foo::bar. |