Godot Version
Godot 4.3.stable
Question
Hi, I was wondering if there is already an existing plugin in the community. I’m looking for one that can change the text editor’s color based on a numbered array. Here’s an example of what I have in mind, I made some mockups of what I want to achieve:
I’m curious because I know some plugins can add some custom UI elements to the editor (for example, a color preview plugin, as shown in the image bottom).
Perhaps by using @tool or something similar, this functionality could be achieved. However, I’m not experienced enough to create such a plugin for myself. Still, this plugin could be very useful for distinguishing some text based on how the number of array elements. Similar to how VS Code changes the block colors: the more the blocks, the more the color gonna get changed.
Maybe you guys know or even someone already do something like that, please let me know!