My Favourite Software
You can find the rest of the list here:
Visual Studio Code
https://code.visualstudio.com/
If you’re a programmer like me, then you know the importance of a good code editor.
Over the last several years, I’ve used Visual Studio Code on Windows for most of my projects. This includes C++, Python and Micropython, C#, HTML, CSS, Javascript and plain old text files (VS Code also runs on Linux and Mac).
VS Code can be extended through its extension marketplace, adding functionality for any file type you can imagine. Do you need to edit a HEX file? VS Code has you covered. Do you want to edit a YAML or JSON file? Not an issue.
You’ll get colourization and code completion too!
VS Code is Themeable
VS Code is Extendable:

VS Code has Code Completion:

Reliability
Visual Studio Code is a Microsoft product. It is updated regularly and has an active community of writers, authors and extension developers.
Cost
Visual Studio Code is free.
Conclusion
Visual Studio Code is a very flexible code editor for Windows, Mac and Linux. Its GitHub integration allows teams to collaborate remotely and to keep your source code up to date.
VS Code does a great job with auto-completion of code and HTML elements, keeping typing, and mistakes to a minimum.
If you’re looking for a great, extendible, reliable and free editor, look into VS Code. You’ll be glad you did.