Search code examples
vb6ide

Visual Basic 6 IDE syntax checker problem


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?


Solution

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

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