Live data from Hacker News

Ask HN: Is switching from VSCode to Vim worth it?

news.ycombinator.com

41–42 of 42 posts

Re: Ask HN: Is switching from VSCode to Vim worth it?

#41
post #18

Stick with VSCode. “Editing code on the server”? This isn’t 2010. We use docker and continuous deployment, and if someone is trying to edit production code in the server something is deeply wrong.

I agree with not editing code on the server, however vim is very useful for editing Dockerfiles quickly. ;)

Re: Ask HN: Is switching from VSCode to Vim worth it?

#42
post #31

I probably started using vi in 1989. What I learned then I still use all the time. On the other hand, I primarily program Android at work, and in 2009 Android recommended I use the Eclipse IDE, so I learned how to use that. Then starting around 2013, Android said they were shifting from Eclipse to Android Studio, so then I learned that. Android Studio has odd keyboard shortcuts - on a Linux (or Windows) box you jump…

This is the right perspective. Not “what can it do for me today”, but rather “what will it do for me over my entire career”. The future of vim is more vim. I have been using vi and its descendants for over 30 years, and the core behavior is the same as it has always been. It has done all I ever needed, and it works everywhere and over slow connections. The future of VSCode is at the mercy of Microsoft, and that absol…

+1 And a future job might disallow you from using VSCode for some arcane reason. Why would that happen? well workplaces do weird things sometime.. Whereas they can't really stop you from using vim. :)
Post reply on HN