this post was submitted on 05 Aug 2023
677 points (96.9% liked)

Technology

34395 readers
309 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] RainbowUnicorn@lemmy.world 13 points 1 year ago (5 children)

You can also use Debian 1.1 but the makes zero fun as well.

Why make your own life hard for no reason. VIM is really really outdated when it comes to ease of use.

There is not a single thing where vim is better in any way. The argument that it is faster is the biggest lie ever.

Example: I write a few hundred lines of python code and execute it but sadly made formal mistakes. VIM does not help a bit. It might take hours of bugfixing with help of a command line.

Python addon and some others would have instantly found those mistakes saving myself a lot of headache.

That’s the same comparison as the senior developer and the normal dev. The dev might type twice as fast but making 5 times the mistakes he still needs a lot more time than the slow index finger typing senior.

[–] havocpants@lemmy.world 8 points 1 year ago

The argument that it is faster is the biggest lie ever

Vscode is written in JavaScript and running in a web browser. Vim is written in C and runs at a console. Of course Vim is faster. Vscode is a hobbled cripple by comparison.

The rest of your comment suggests you are ignorant of vim with plugins and command line tools. I've tried vscode and while it looks nice, I am far faster when developing with vim and a couple of open terminals.

[–] swytch@lemmy.ml 4 points 1 year ago

IDEs like VSCose are only powerful because they integrate coding tools like LSPs and completion enginea. Those tools are also available on neo/vim or Emacs, so you can be as proficient as you were with VSCode. Hell, even GitHub's Copilot is available on vim!

And frankly, having started coding on Atom before switching to neovim, I find a keyboard centric, mode-based coding much more efficient than a usual mouse-centric workflow.

It really boils down to personal preference, but I'm eager to find some objective arguments proving that "vim is outdated when it comes to ease of use", because that's not what I experienced.

[–] thesmokingman@programming.dev 3 points 1 year ago

This is incorrect. Vim and neovim can reach the same level of functionality as VS Code through plugins and extensive configuration. An experienced vim user with plugins is as fast as an experienced VS Code user with plugins.

Getting vim experience and customizing it has a much steeper initial investment. That’s where the disconnect is.

There is an argument to be made that completely mouseless development is faster. This also requires a steep initial investment to pan out.

[–] ErwinLottemann@feddit.de 1 points 1 year ago

vim is not outdated, it was easy to use to begin with and could not be optimized any further. Yes, there are plugins/extensions/... to add more features, but on a basic install of vim you have everything you need to navigate source code and config files.