Which? Visual Studio Code, Atom, Sublime Text 3

Has anyone worked with all three editors with their Fuse plugin?

Is there one free editor that’s a leader for working with Fuse?

What would you suggest to a friend if they had no history with these editors?

Thanks for all input and thoughts!
Dwight.

Currently the one we suggest is Sublime, and that’s because it has arguably the best Fuse plugin for code completion and highlighting. The next in line would probably be VSCode, because of the same reason.

Other than that, it’s a matter of preference, and one could write their own extension for any editor out there using Fuse Plugin API.

As it was pointed out to me, if you’re after proper JavaScript debugging, you should totally go with VSCode. Here’s why.