Hi guys,
I recently downloaded and tested 3 code text editors: Atom, Sublime Text and Visual Studio Code. I know there are many others around, but here is my opinion on the three ones:
Both have a similar pleasant look. Installation was fast for all of them. Many packages from the community that expand their capabilities.
We can set a key command to run the make.bat, no problems. Easy enough for all of us here.
There is syntax highlight for assembly, if you want. Not for MASM, but I added works to the one I'm using and it was rather simple. If you don't want it, you can opt for no syntax obviously. They provide auto complete too, very handy for large projects.
1. Atom: humm, didn't fancy this one. Too slow and lack some features I need. It has a big community involved, since Atom is made by the GitHub people.
2. Sublime Text: Many here may already know about ST. It[s been around for a long time. It's really a nice option. In fact, I owned a license. It has a nice visual feel to it. It would be my choice number one if I didn't try Visual Studio Code.
3. Visual Studio Code: I was really surprised!!!!! I didn't expected but in fact VS Code is amazing, it's by far the best featured one. It's lightweight and organic. It has the best Bookmark system of the three above. Search, select etc... In a short time I was actually coding and not fighting with the editor.
Since I'm used to Jochen's Richmasm and its colouring capabilities, VC Code was perfect since it can hightlight words and colour sections of text at the same time as syntax highlighting (which I don't care but am using just for the kick)
In case you are looking for a code editor, I would check on VS Code. It's free and really nice
I hope that may help
Cheers
edit to say: There are some amazing packages in VS Code for backing up files. I haven't installed them yet but will asap. For development purposes it's a super feature, since the editor my back up your codes in different ways, even keeping a history log for everything you do.