this post was submitted on 14 Jun 2023
18 points (100.0% liked)
Programming
13368 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I stick with vim for years out of that sort of badge of honor. Now I use vscode and nobody is taking it from me.
You can do almost anything in vim or emacs, but I can do it faster in vscode. It's a really fantastic tool and it's completely free.
I stick with vim because every time I try to use vscode, I get so bogged down trying to set things up and figure out how to use it that I end up just being like, "eh, fuck it - I'll do this later."
Some younger admins and engineers look upon me with awe, but really I'm just secretly a really lazy bastard. I don't even pack plugins into vim anymore to make my life easier. Just plain old vanilla vim.
At the end of the day there’s some cost-benefit analysis for time spent setting up environment vs time saved by previously setup features. Autocomplete saves a good amount of time but even something like same-file-word suggestion can save a lot of time without any setup.
Yeah, for sure - I don't deny that at all. For me, it's a confluence of general burnout, laziness, and comfort with what I already know... and likely not a really urgent need to move to a proper IDE. The majority of my coding is small, one-off Python scripts where I can
:wq
and run it and then open it back up to refine, fix bugs, add debugging prints, etc.Even for that there are some nice (vim and otherwise) features where clicking on an error automatically opens up the right file and sets the cursor at the location of the error. Or just seeing errors in a separate panel from the rest of the code.
Do you use the vim plugin for VSC to keep your speedy navigation? I miss things like "select up to the next quote" but I'm not enough of a vim user to make the switch myself.
I've tried it for a bit and while it's like 90% pretty great, the last 10% is pretty annoying. Something about copy-and-paste being more frustrating when using it - I had to uninstall it.
VSCode + Vim extension is where it’s at