You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
When entering a type in the edit field it always fills with the next best complete type, ie. it goes from, NamespaceA::Namesp to NamespaceA::NamespaceB::ClassName, we have a fairly large namespace hierarchy and it would be much more convenient to be able to tab through the namespaces up to the double colon. i.e. from Name<tab> to NamespaceA::<tab> to NamespaceA::NamespaceB:: and so forth.
In the reverse it might helpful to be able to navigate backwards in a similar way i.e. on delete don't delete the complete typename but only up to the preceding double colon. E.g. From NamespaceA::NamespaceB::ClassName via <del> to NamespaceA::NamespaceB::
The text was updated successfully, but these errors were encountered:
When entering a type in the edit field it always fills with the next best complete type, ie. it goes from,
NamespaceA::Namesp
toNamespaceA::NamespaceB::ClassName
, we have a fairly large namespace hierarchy and it would be much more convenient to be able to tab through the namespaces up to the double colon. i.e. fromName
<tab>
toNamespaceA::
<tab>
toNamespaceA::NamespaceB::
and so forth.In the reverse it might helpful to be able to navigate backwards in a similar way i.e. on delete don't delete the complete typename but only up to the preceding double colon. E.g. From
NamespaceA::NamespaceB::ClassName
via<del>
toNamespaceA::NamespaceB::
The text was updated successfully, but these errors were encountered: