With this option, your program is checked for syntax errors.
When there are errors, the errors will be marked with a red error wave.
In the Code Explorer, the errors will be added under the Errors-branch.
The Information Panel will also contain the errors.
Double clicking an error entry will set the cursor location to the error.
Errors are updated dynamically. Which means that after you have changed a line, possible errors will be shown immediately.
When you do not want error checking, you can turn it off with the option 'Disable Error Check'.
Project syntax check shortcut
, CTRL + F7