this post was submitted on 12 Dec 2023
937 points (98.8% liked)

Programmer Humor

32061 readers
929 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 9 months ago (1 children)

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.

[–] [email protected] 1 points 9 months ago (1 children)

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

[–] [email protected] 2 points 9 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.