vote up 0 vote down star

The Visual Basic 6.0 IDE checks for syntax errors on-the-fly. Every time it finds a syntax error, it pops up an alert dialog. This feature is driving me crazy, as every time I try to cut and paste in the middle of typing a statement, I have to deal with this pop-up.

Is there any way to disable this on-the-fly syntax checking?

flag

78% accept rate

2 Answers

vote up 7 vote down check

Goto Tools-> Options and turn off "Auto-Syntax" check.

While you're there Turn On "Require Variable Declaration"

link|flag
bahh, beat my by 11 seconds. I'm going to post a screen shot and pwn you! – superjoe30 Nov 19 '08 at 5:21
Thanks Mitch and superjoe ! – Colin Nov 19 '08 at 5:35
It's the "while you're there..." that makes this answer so great – Shane Nov 19 '08 at 23:10
haha, yeah I agree with Shane – superjoe30 Nov 21 '08 at 5:08
vote up 6 vote down

Yes. In the Tools->Options menu, there is a checkbox called "Auto Syntax Check." Disable this option:

alt text

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.