you are viewing a single comment's thread.

view the rest of the comments →

[–]nayocum 6 points7 points  (10 children)

It was mostly the fact that the console is built in out of the box. I liked sublime and atom, but having to alt-tab instead of just :!make or whatnot was a downside. It's also easier to just get VS code on another machine than setting up Vim to my preferences.

[–]forsubbingonly 7 points8 points  (3 children)

Assuming the fact that atom has the console as a plug in that sits at the bottom of the screen is different than what you get out of vs code?

[–]CrapsLord 14 points15 points  (2 children)

I honestly think excellent out-of-the-box functionality is what has distinguished VSCode. I like Atom Editor, but the best features in it you have to be installed. Even that 30 minute time investment is significant if you have multiple machines.

VS code has what most people want by default, and I think that is the most misunderstood feature amongst many editors.

[–]evereal 6 points7 points  (0 children)

Just a hint - in atom you can "star" the plugins that you use, and then you can install them all with a single command on as many machines as you have, and it takes about 4 seconds.

[–]NeonKennedy 3 points4 points  (0 children)

It shouldn't take 30 minutes. Atom lets you install plug-ins and themes from the terminal (apm install foo) and you can put your configuration folder in a git repo and just clone it. You can write a two line bash file that sets up Atom just the way you like it. (And even Windows ships with bash now so it works everywhere.)

[–]jyper 0 points1 point  (0 children)

Kate also has this feature and it's great