I've just filed my "FIRST" bug ever over @ connect.ms. Hopefully its a real bug. Nothing big, maybe someone here can verify it?
Open up any file/new or old.. (I used VB.Net Express)
type this in
const BLAH as integer = 5
#const blah = 4
#if blah then
any code here
#end if
Now move the mouse over the blah in #if blah.. This "Should" show 4 right? For me it shows 5.
If const BLAH as integer = 5 is commented out, #if blah doesn't show anything when the mouse is over it. hmm. I didn't put that in the bug report. Need to edit that. [Done]
Can anyone here confirm this? here or in the actual bug report?
The link:
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=242845If I've done something wrong, or should have explained things better, please let me know. As I said before it was my first bug report.
