Visual LISP can check the syntax of the code in the text editor window.
Note: The Visual LISP IDE is available on Windows only.
Do one of the following in Visual LISP:
- Click Tools
Check Text in Editor to check the syntax of all the code in the current text editor window.
- Select text in the current text editor window to check and then click Tools
Check Selection.
The Build Output window is displayed after the code has been checked. Any errors found in the code are listed in the window. You can navigate to the location of an error in the checked code by double-clicking one of the error messages in the Build Output window.
