Enabling Soft Wraps

Wrap lines to eliminate the need of scrolling horizontally in order to see overly long lines.

Enable soft wraps for the file types that tend to have lots of long lines (Preferences/Settings | Editor | General | Soft-wrap files). With the soft wrapping on, the IDE will display those lines wrapped in the editor without adding line breaks.


Related Resources

Starter Player Controls For 2D Godot Games
Starter Player Controls For 2D Godot Games
We'll walk through simple yet effective starter controls for your 2D Godot games to get your characters up and running.
Create an Editor Fold
Create an Editor Fold
Create an editor fold to hide parts of your class which can make it more readable.
Generate Overrides for equals(), hashCode() and toString()
Generate Overrides for equals(), hashCode() and toString()
We can generate the code to override the equals and hashCode methods.