To Add and Remove Comments from Selected AutoLISP Expressions (AutoLISP/VS Code)
Add Comments to Selected Expressions
Activate the editor window that contains the AutoLISP expressions you want to comment out.
Select the expressions you want to comment out.
Do one of the following:
Add line comments
– Click Edit menu > Toggle Line Comment
Add block comments
– Click Edit menu > Toggle Block Comment
Remove Comments from Selected Expressions
Activate the editor window that contains the AutoLISP expressions you want to uncomment.
Select the comment expressions which you want to uncomment.
Do one of the following:
Remove line comments
– Click Edit menu > Toggle Line Comment
Remove block comments
– Click Edit menu > Toggle Block Comment
Note:
If the comment sequence of the selected expressions doesn’t match those applied by the AutoCAD AutoLISP Extension, the expressions might be commented out again rather than the comment sequence being removed.
Parent topic:
Editing AutoLISP Files (AutoLISP/VS Code)
Related Concepts
Creating and Opening AutoLISP Files (AutoLISP/VS Code)
Editing AutoLISP Files (AutoLISP/VS Code)
Related Information
To Insert a Code Snippet (AutoLISP/VS Code)