T O P I C R E V I E W |
vortex |
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. |
2 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Dec 19 2006 : 9:10:44 PM case=1076 is fixed build 1543 |
feline |
Posted - Mar 28 2006 : 5:31:04 PM thats a bit nasty. interestingly i had better results with get content from default intellisense turned off using your sample code. not that this had any effect on the underlining.
case=1076 |
|
|