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.
Ask HN: Is switching from VSCode to Vim worth it?
41–42 of 42 posts
Re: Ask HN: Is switching from VSCode to Vim worth it?
#42I 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…