vortex
New Member
Ukraine
6 Posts |
Posted - Mar 28 2006 : 03:23:16 AM
|
Brief description of problem: If in the current scope we have another symbol with the same name as namespace defined above, Visual Assist treat it always as the symbol, and never as namespace name. Therefore, all entities, which enclosed by namespace, does not recognized.
Explanation picture:
As you can see, in funciton A::TestFunc we have improper parsed First::Second::Foo function. But, if we precede First::Second::Foo line with global scope indicator (::), everything returns to normal.
I have MSVS 2005. "Get content from default Intellisence" is on. |
|