926
you are viewing a single comment's thread
view the rest of the comments
[-] masterspace@lemmy.ca 29 points 10 months ago

The literal most popular IDE amongst software developers is VS Code that's built on Electron.

[-] I_like_cats@lemmy.one 50 points 10 months ago

I know. I also use VSCode. However I just hate how much ram it uses. I had a Laptop with 4Gb of ram and I could not open VsCode on that thing when I had literally anything else open because the system would freeze.

Just because VsCode uses Electron doesn't mean that Electron is not bad

[-] naught@sh.itjust.works 15 points 10 months ago

Tbf, it's typically language servers and extensions causing cpu and memory footprints. If you were to open a dumb txt file, I doubt you'd encounter issues. The app itself is pretty light. I say this as a neovim user who has managed to make its memory footprint balloon ^_^

[-] AVincentInSpace@pawb.social 3 points 10 months ago* (last edited 10 months ago)

Can confirm. No matter how lightweight your IDE claims to be, if rust-analyzer uses 1GB RAM per project you have open and takes 30 seconds to start up, then that's that.

Source: learned Neovim having been promised it would be a lightweight alternative to a more mainstream IDE that would also speed up programming with keyboard shortcuts. By the time I added enough plugins to make it usable, only one of those two things was even debatably true.

[-] enitoni@beehaw.org 1 points 10 months ago

Idk my vscode hardly ever uses more than 1-2 gigs.

[-] TheFriendlyArtificer@beehaw.org 9 points 10 months ago

My NeoVim (which can leverage VSCodes plugins) uses about 60MB for an entire project.

And doesn't have the stink of Microsoft and its associated user tracking.

[-] AVincentInSpace@pawb.social 1 points 10 months ago* (last edited 10 months ago)

What language are you using? For me the rust-analyzer background process takes 1GB on average by itself

[-] I_like_cats@lemmy.one 4 points 10 months ago

Yes. Thats a fuckton for a code editor. I also have an operating system that needs ram too. And if I open a browser it's over

[-] ExLisper@linux.community 14 points 10 months ago

I think parsing code and all the dependencies will require way more than 120MB of RAM so for VS Code the overhead doesn't matter that much. For smaller apps 120MB of ram is insane.

[-] navigatron@beehaw.org 1 points 10 months ago

lite-xl with LSP gives you most of the features of vscode (they’re both lsp) at a tiny percentage of the system resources

[-] ExLisper@linux.community 2 points 10 months ago

In my experience LSP actually consumes quite a bit of resources. I'm using nvim with LSP and it's definitely not tiny percentage of what other IDEs are using. The editor is light, LSP is not.

[-] boletus@sh.itjust.works 4 points 10 months ago

I love vs code but that does not mean electron doesn't suck

this post was submitted on 12 Dec 2023
926 points (100.0% liked)

Programmer Humor

32284 readers
515 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS