Skip to content

Code folding

Enix edited this page Jun 9, 2021 · 4 revisions

Sometimes we'd like to ignore the details of code blocks when reading to absorb a high-level overview of a file quickly.

It is very helpful if the long code blocks can be folded by clicking the arrow next to the line number.

For example, note the difference starting from line 12.

Folded Unfolded
before after

You can toggle this feature via ⚙️settings -> More -> Fold source code button.

Clone this wiki locally