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.shUnzip contents of bin/CustomFold.zip to tools subdirectory of Arduino IDE installation directory.
- Select multiple lines of code and press
Ctrl+Alt+Fto make this block foldable. - Put cursor on a line within a foldable block and press
Ctrl+Alt+Fto make it unfoldable back.