CodeLobster IDE comments the lines on depending on the syntax of the selected code (<! –– HTML ––>, /* CSS */, and so on).
To comment on a line of code, place the caret at the appropriate line and press Alt + C or select main menu item.
Also, you can Comment Line by Line pressing Alt + X or select main menu item.
To uncomment selected fragment of code, use Alt + U shortcut or select main menu item.
Tip | |
---|---|
If you need to undo or redo your changes, press Ctrl + Z (Ctrl + Shift + Z) respectively. |