I find it handy to put enums in namespaces, so that I don't get naming conflicts between different enums. It seems like VisualAssist X does not support this scheme. When I do "Create from usage" or just select an enum from the suggestion list, Visual Assist does not prepend the name space for me.
Good idea. But 1. Do you think that the "suggestion should put namespace as well" idea should also be applied to other symbols (e.g. variables and function)? 2. You said that "I find it handy to put enums in namespaces, so that I don't get naming conflicts between different enums." What about Visual Assist? You may have a variable in 2 namespaces simultaneously. I mean, two different one, with the same name What do you think? If say VA would provide a second listbox to select a namespace it would be kind of "obstructive" in a way.
One idea is to list the symbol name twice for both namespaces, with a name like NamespaceOne::Symbol1 NamespaceTwo::Symbol1
But you can still have a loads of stuff with simple names like Update() for a methods or ENABLE for an enum item.
Regarding Create from usage, can you give me an example?