-
VB Syntax Checker
Hi everyone,
how can I turn off the VB Syntax checker.
(I hate that window popping up when leaving an incomplete line of code - which I do regularily to e.g. cut&paste something from somewhere else.)
I know the .NET syntax checker just markes the error it found by underlining it red but does not interrupt workflow by anoying popup windows.
-
Re: VB Syntax Checker
Go to Tools/Options/Editor Tab and uncheck the "Auto Syntax check" box
John G
-
Re: VB Syntax Checker
John,
thanks - that was an easy!
But now VB does not make the incomplete line red anylonger. Does anyone know if there is a way (maybe a patch) to just suppress the dialog box and not the whole syntax checking?
-
Re: VB Syntax Checker
never mind: VB still DOES mark incorrect lines red. (Even with Auto "Syntax check" off.)
Perfect.
Thanks again.
Bert