Ganesh Khade
What do you recommend, Vim, Sublime Text or VS Code for a newbie? I used to recommed VS Code, but everyone I recommend complained about, how slow it was than Sublime Text.
Stoyan Zhekov
Depends on what is your goal. Vim is great if you are going to work on servers (system administration) - pretty much every UNIX derivate have a version on vi by default. For programming - VS Code - modern IDE, good support, frequent updates. Sublime is an editor, while VS code is an IDE, so comparison is not very fare. Atom... better stay away - wrapper around Chrome, making it looks like an editor...
Stoyan Zhekov
I mean code.visualstudio.com - an it is IDE, for sure. Have not only editing files (like editors), but also GIT integration, Run/Debug programs and even deployment to Azure for interested.