Arduino IDE 1.8 plugin to manually specify foldable code blocks
Prerequisites:
- Installed Arduino IDE 1.8
- Java 8 or above.
ARDUINO_PATH=[path_to_arduino_ide] ./dist.sh
Unzip contents of bin/CustomFold.zip
to tools
subdirectory of Arduino IDE installation directory.
- Select multiple lines of code and press
Ctrl+Alt+F
to make this block foldable. - Put cursor on a line within a foldable block and press
Ctrl+Alt+F
to make it unfoldable back.