Menu Code
The Code menu is used to perform some common actions in the current project (text editors). The options are described below.
Go to line...
Go to the specified line.
Previous syntax error
Go to the next syntax error located after the cursor position.
Next syntax error
Go to the next syntax error located before the cursor position.
Previous deprecation
Go to the next deprecated identifier after the cursor position.
Next deprecation
Go to the next deprecated identifier before the cursor position.
Comment/uncomment selection
Toggle the semicolon in the beginning of the selection (one per line). Note: The first selected line defines the toggle mode.