https://github.com/codenametwister/quick-folds
Tool addon for editor of Godot 4
https://github.com/codenametwister/quick-folds
Last synced: 5 months ago
JSON representation
Tool addon for editor of Godot 4
- Host: GitHub
- URL: https://github.com/codenametwister/quick-folds
- Owner: CodeNameTwister
- License: mit
- Created: 2025-06-20T19:43:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-20T20:22:47.000Z (about 1 year ago)
- Last Synced: 2025-06-20T20:51:35.048Z (about 1 year ago)
- Language: GDScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quick-Folds
[](https://godotengine.org/) 
Tool addon for code editor in Godot 4
Allow quick and custom folding for all lines in the editor using the keyboard.
# How Work
* Press **Atl + Num[0 - 9]** (start by number 1) to change fold level
> Like American Keyboard from left to right: Atl + 1 , Atl + 2 ... Atl + 9, Atl + 0
* (Inverted): Press **Shift + Atl + Num[0 - 9]** (start by number 1) to change inverted fold level
> Like American Keyboard from left to right: Shift + Atl + 1 , Shift + Atl + 2 ... Shift + Atl + 9, Shift + Atl + 0
### Quick Example:
* Atl + 1 for collapse all lines
* Shift + Atl + 1 for show all lines
# Preview

#
Copyrights (c) CodeNameTwister. See [LICENSE](LICENSE) for details.
[godot engine]: https://godotengine.org/