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 comment character in the beginning of the selection (one per line). Note: The first selected line defines the toggle mode.

Fold all code blocks

Fold all code blocks, turning its contents hidden.

Unfold all code blocks

Unfold all code blocks, revealing all code.