For some reason on my machine code:ClassName only works on C# projects, on VB Projects it gives a "Could not find symbol xxxx". code:#segment works fine on both types of project. I tried stepping t...
We have noticed a problem when Hyperaddin is enabled in VS2008. We have some code snippets that have placeholders not only in code but also inside comments when a snippet of this kind is used, the ...
C++ code in VS2005sp1. A simple repro case is the follwing code: // Use lowest 7 bits of the byte. int b = u30[i] & 0x7f; Highlight in the first line then trigger FormatComment (Alt+C, Alt+F). ...