Intellisense annoyance.
-
When a build results in an error, intellisense highlights that line, with a blue wiggly underline, and a mouseover of the offending line gives a popup of the error message + explanation. How do you cancel that? I find it irritating when i then want to get the regular intellisense features as a part of fixing the error on that line. The only way i've found is a build|clean - but that makes the next build take a lot longer.
using System.Beer;
-
When a build results in an error, intellisense highlights that line, with a blue wiggly underline, and a mouseover of the offending line gives a popup of the error message + explanation. How do you cancel that? I find it irritating when i then want to get the regular intellisense features as a part of fixing the error on that line. The only way i've found is a build|clean - but that makes the next build take a lot longer.
using System.Beer;
-
On the Tools menu, click Options. Select the Text Editor folder. Select the folder for the language you want to customize IntelliSense. In the Advanced property page, clear check boxes for the features that you do not want.
I want the feature: I just want to be able to clear it, perhaps with a key combination. So that I can view the error, then once I know it, i can switch back to regular intellisense for type info etc.
using System.Beer;
-
I want the feature: I just want to be able to clear it, perhaps with a key combination. So that I can view the error, then once I know it, i can switch back to regular intellisense for type info etc.
using System.Beer;
Press CTRL+SHIFT+B which will re-build the solution and clear the previous errors that you fixed. :) Guy
Continuous effort - not strength or intelligence - is the key to unlocking our potential.(Winston Churchill)