DEV Community

Discussion on: Why I switched from Atom to Visual Studio Code

Collapse
 
johnlukeg profile image
John Luke Garofalo

I just switched from vim to try out VS Code. I really like the file auto complete part of intellisense. I always have to guess what the relative path of files are when I import them and so it saves me 0.3ms a day not playing that game. The Git diff is really nice as well. I will make a pull request just to see the visual diff UI so this makes it so much easier. Great article Ben!

Collapse
 
jorinvo profile image
jorin

For me deoplete does a good job at completing file paths in vim.
fugitive does a great job at Git and amost many other things shows pretty diffs with :GDiff.

Collapse
 
johnlukeg profile image
John Luke Garofalo

That's great to know! Thanks Jorin. I just added them both to my vimrc :)