Just a way to tidy up and make comments a little bit cooler
Beautify.Comments.-.Godot.Engine.2022-05-01.16-15-15.mp4
- Download the zipFile
- Extract the file in your godot project folder
- Open Godot> Open your project > Go under Project> Project Settings> Plugins> Enable BeautifyComments
You just start a comment like you normally do in Godot with "#" , the addon recognizes that.
The second character must be one of the following:
! £ $ | $ % & / ( ) = ? ^ @ < > - + * .
This charter is coing to be repeated and inglobate your comment inside. So basically just write your comment and press enter or change line, it will autodetect it and format like in the example below
I'm a gamedev and I'm still learning to use Godot Engine, still learning gamedev and coding in general. So I had the need to have an easier and faster way to make better comments and have them look tidy. Looked around and found the work of @rainlizard /GDScriptMacros watched his plugin and learned a lot, he as a very clever approach to it. So last night I made it my self :). Surly there's space to improve it