• masterspace@lemmy.ca
    link
    fedilink
    English
    arrow-up
    29
    arrow-down
    9
    ·
    7 months ago

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

    • I_like_cats@lemmy.one
      link
      fedilink
      arrow-up
      47
      arrow-down
      2
      ·
      7 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

        • TheFriendlyArtificer@beehaw.org
          link
          fedilink
          arrow-up
          9
          arrow-down
          1
          ·
          7 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.

        • I_like_cats@lemmy.one
          link
          fedilink
          arrow-up
          4
          arrow-down
          1
          ·
          7 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
      link
      fedilink
      English
      arrow-up
      13
      arrow-down
      3
      ·
      7 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
        link
        fedilink
        arrow-up
        1
        ·
        7 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
          link
          fedilink
          English
          arrow-up
          2
          ·
          7 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.