Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 4.7.0, Qt Creator 4.8.0-beta1
-
None
Description
For some reason, automatic completion of namespaces is not consistent with other name scopes, such as structs orĀ enums. As you can see on the attachedĀ illustrations namespace auto-completion always adds scope resolution operator:: while for other entities it does not. This is too counter intuitive and causes issues when typing quickly: if you're used to adding :: manually, because it is required in case of structs and enums then switching to namespaces is such a pain because it leads to your hands automatically adding extra ::.