I created an extension for Visual Studio Code, which is a free text editor like Notepad++. I wanted something that would auto-complete variables, color-code commands, and do things like let me find where all I used a variable or re-name a variable or label across my entire game.
It also highlights common errors I tend to make, like forgetting to put parentheses around multiple comparisons in an *if statement.


