1146
Vim > VSCode (lemmy.world)
submitted 2 months ago by n3cr0@lemmy.world to c/linuxmemes@lemmy.world
top 50 comments
sorted by: hot top controversial new old
[-] hakunawazo@lemmy.world 107 points 2 months ago* (last edited 2 months ago)
[-] 0x0@lemmy.dbzer0.com 30 points 2 months ago* (last edited 2 months ago)

I thought flies use ZZ for the onomatopoeia

[-] tomatoely@sh.itjust.works 8 points 2 months ago

So ZQ comes from the sound of a fly being swatted?

[-] goldfndr@lemmy.ml 10 points 2 months ago

But if you accidentally typed a or i, press ESC first.

[-] ExLisper@lemmy.curiana.net 61 points 2 months ago

The best thing about Vim is that despite having all the features of a modern IDE it starts in 0.1s and you can start editing right away while the code data is loading asynchronously.

The worst thing about Vim is that... just kidding, there's nothing bad about it.

[-] cyberpunk007@lemmy.ca 22 points 2 months ago

Vscode I'm always like all right let's code... Ah shit, the "what's new" window has popped up again in the middle of my typing...

[-] Valmond@lemmy.world 7 points 2 months ago

I never close my IDE or reboot. Problem solved.

load more comments (1 replies)
load more comments (1 replies)
[-] nialv7@lemmy.world 12 points 2 months ago

0.1s is way too long, you need to optimize your startup time. /s

[-] Flipper@feddit.org 10 points 2 months ago

There also IDEs that start instantly.

They don't ship a whole browser though.

[-] andros_rex@lemmy.world 7 points 2 months ago* (last edited 2 months ago)

People meme about “q!” but it is super helpful to have that extra step, because sometimes your fingers are moving faster than your brain is. That quick switch back-n-forth vim - gcc - ./a.out loop and my probably ADHD mean that vim saying, “hey, remember you haven’t saved this yet” is a godsend.

You are right about the best part about vim - you can work as fast you type.

[-] silverlose@lemm.ee 7 points 2 months ago

It’s a trade off for sure. I think the area editors like Vim totally win in is when you need to ssh into a server and edit something. I think it will always exist because of this use case

load more comments (2 replies)
[-] electric_nan@lemmy.ml 53 points 2 months ago

I remapped the power button of my computer to whatever that series of keypresses is that exits vim.

[-] pinball_wizard@lemmy.zip 10 points 2 months ago

That's really smart. That way if I ever figure out the command to exit Vim, it'll behave the same as my current method (powering off the PC.)

[-] F04118F@feddit.nl 34 points 2 months ago

Do you mean Neovim?

Surely you aren't comparing a flat text editor to an IDE that has language server support, debuggers and refactoring tools?

[-] jmcs@discuss.tchncs.de 49 points 2 months ago

Vim and VS Code are both text editors that can become IDEs with plugins. You can use vim with language servers if you want, as there are plugins for it.

[-] F04118F@feddit.nl 8 points 2 months ago

Thanks, I wasn't aware of that!

Makes sense though. Vim plugins exist so anything is possible. Neovim having native support for LSP and DAP makes it a lot easier though.

[-] yoshman@lemmy.world 34 points 2 months ago

I only use butterfly flaps that move magnetic needles next to my HDD.

[-] DasFaultier@sh.itjust.works 20 points 2 months ago

Like a real programmer would.

[-] whatsgoingdom@rollenspiel.forum 10 points 2 months ago

I do the same with moths as they are more active at night

[-] muhyb@programming.dev 9 points 2 months ago

You need a bigger lämp brøther!

[-] exu@feditown.com 29 points 2 months ago
[-] Tuxman@sh.itjust.works 9 points 2 months ago

Ah! I loved using Doom EMacs for a while!

… but alas I came back to my initial love with Neovim 😜

[-] Peck@lemmy.world 7 points 2 months ago* (last edited 2 months ago)

So kind of off topic. Like 15 years ago emacs vs vim split in engineering was like 50-50. Now I see more like like 90-10 with vim winning. What happened? I always assumed they are equivalent more or less.

load more comments (2 replies)
load more comments (1 replies)
[-] scheep@lemmy.world 25 points 2 months ago

I like VSCodium, a vscode build without ms telemetry and such

load more comments (2 replies)
[-] Bishma@discuss.tchncs.de 20 points 2 months ago

Wouldn't the one that ops you into telemetry be the trap?

[-] oysterenjoyer@sh.itjust.works 16 points 2 months ago
load more comments (3 replies)
[-] cupcakezealot 14 points 2 months ago

vscodium slightly better than vscode tho.

honestly all ide's are rubbish - especially electron ones. for a gui editor, i've just gone back to sublime text and have never been happier.

[-] wuphysics87@lemmy.ml 7 points 2 months ago

Tbf codium is a very well optimized electron app. Don't believe me? Try discord

load more comments (14 replies)
[-] KevinRunforrest@lemmy.world 14 points 2 months ago

Vim and VScode are my favorite code editors but I admit that Vim is better :]

load more comments (1 replies)
[-] mossberg590@lemmy.world 14 points 2 months ago

The trap is that you should use vi. Don't wuss out.

[-] sanderium@lemmy.zip 13 points 2 months ago
load more comments (3 replies)
[-] hamsda@lemm.ee 12 points 2 months ago

vim was such an unimaginable improvement over nano for doing stuff on linux servers. Having an in-shell-editor search-and-replace function alone is worth everything you have to do to learn vim.

And after I was comfortable around vim because of all the "training" on servers, I just switched to vim fulltime. No more GUI editor for me!

[-] Lv_InSaNe_vL@lemmy.world 12 points 2 months ago

Nanos search and replace is Alt+R as far as I remember

load more comments (1 replies)
[-] masterspace@lemmy.ca 10 points 2 months ago* (last edited 2 months ago)

It's wild to me that people that people use VIM in professional software development settings (especially front end).

Like, I get it if you're a sysadmin who's spending all day in command lines and ssh terminals, but when you're working on high level, user facing software, it's just absurd to have the mindset that a command line interface will be better than a command line interface + a graphical interface.

GUI || command line, objectively provides you with more UX tools and ways of presenting data and interactions to the user, than just command line. Everything you can do in VIM, you can do in VSCode running VIM in a terminal, but not the other way around.

Maybe it's because I got my start programming 3d modelling software, but there are fundamentally things that command lines are bad at representing.

[-] SkunkWorkz@lemmy.world 23 points 2 months ago

It’s more wild to me that people use VSCode over any other IDE.

[-] Opisek@lemmy.world 11 points 2 months ago* (last edited 2 months ago)

VSCode is not even a true IDE like, for example, VS itself.

load more comments (1 replies)
load more comments (5 replies)
load more comments (42 replies)
[-] calisti 10 points 2 months ago
[-] Xanza@lemm.ee 12 points 2 months ago

There's no way to emote it, but you know when those old Italian ladies spit at people to keep the evil away from themselves? I just did that in your general direction...

load more comments (1 replies)
[-] fusiono@feddit.uk 10 points 2 months ago

You will be tempted to think that by learning how to use (neo)VIM your coding skills will magically improve tenfold.

It won't

[-] moseschrute@lemmy.world 8 points 2 months ago

Wait really? Shit I’m like 1 year into learning vim. What editor should I switch to that will magically make me a good coder?

load more comments (2 replies)
[-] fmstrat@lemmy.nowsci.com 10 points 2 months ago
load more comments (7 replies)
[-] RobertoMorrison@lemmy.world 7 points 2 months ago

Though I use neovim as a text editor, Zed is my IDE of choice. I think it’s a good alternative for most people that don’t like Electron-based applications.

load more comments (2 replies)
load more comments
view more: next ›
this post was submitted on 30 Mar 2025
1146 points (100.0% liked)

linuxmemes

25686 readers
589 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS