Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 378 Bytes

code-folding.md

File metadata and controls

12 lines (6 loc) · 378 Bytes

Code Folding

Fold blocks of code (like the import section) to make more code visible

Usage

By default, a module's imports are automatically collapsed using code folding. You can also collapse function and type declarations by pressing the + and - buttons in the editor gutter on the left-hand side.

Demo

code folding demo