An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Quick-Folds
[![Godot Engine 4.3](https://img.shields.io/badge/Godot_Engine-4.x-blue)](https://godotengine.org/) ![Copyrights License](https://img.shields.io/badge/License-MIT-blue)

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
![Preview](image/preview.png)

#
Copyrights (c) CodeNameTwister. See [LICENSE](LICENSE) for details.

[godot engine]: https://godotengine.org/