• joneskind@lemmy.world
    link
    fedilink
    arrow-up
    58
    arrow-down
    1
    ·
    1 year ago
    • Install VSCode
    • Install all extensions
    • Copy extensions folder
    • Install Codium
    • Move extensions to Codium extensions folder
    • Remove VSCode
  • ImportedReality
    link
    fedilink
    arrow-up
    40
    ·
    1 year ago

    Come to neovim and spend countless hours tweaking your configs when you should be working 🙃

    • sizeoftheuniverse
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      1 year ago

      That was exactly my experience with it.

      I was using VIM in the old days, so I already had some memories on now to do basic editing.

      And then I’ve spent a week trying to make NeoVIM a well adjusted IDE for C, Java, JavaScript and go. I’ve quit after a week, as the results were not satisfactory.

      • msage
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        I just installed CoC with a language server, and it works like a charm.

    • Hexarei
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Crazy that people seem to think you’re serious and that Neovim needs constant tweaking. I built my config nearly 6 months ago and have only edited it to add new keybinds when I think of how something could be faster or easier. Everything else has been pretty stable.

    • rmam
      link
      fedilink
      English
      arrow-up
      27
      arrow-down
      1
      ·
      edit-2
      1 year ago

      deleted by creator

      • qwop
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 year ago

        I use VSCode with config options to disable telemetry. Probably not perfect but good enough for me, I’m very happy using VSCode

      • heartlessevil@lemmy.one
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Why not both? I’ve used Emacs with evil-mode for several years. I did use Vim before that for longer though.

        • psilocybin@discuss.tchncs.de
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          1 year ago

          If you count that as both then I agree. I also use emacs with modal keybinds (not vim-style though)

          I just wanted to bring back the flame war a little sijce you were nostalgic about it

  • Rho
    link
    fedilink
    arrow-up
    16
    ·
    1 year ago

    in linux I use codium and add a symlink from code to codium, that way software that only recognizes code will work with codium (don’t know why godot does it) and it works great, on windows I just couldn’t make it work so I use code because unity only works with code and I have to use Unity for work also, I enabled the vscode store in codium because there are some extensions I need that aren’t on the codium store

  • Kotsi3P0@lemmy.ml
    link
    fedilink
    arrow-up
    11
    ·
    1 year ago

    You can install most of the extension that aren’t included straight up in the Extensions tab, it’s just a little inconvenient. And yes I’m using Codium.

    • TechCodexOP
      link
      fedilink
      arrow-up
      18
      ·
      1 year ago

      VSCodium has limited plugins, but most known ones were available… Weird logo, some kind of a seaplant?? But I soon dig it…

      VSCode has all the plugins, but with Microsoft’s Telemetry as expected… Cool logo…

      Truth: I’m using VSCodium, the absence of Telemetry tends to improve it’s overall performance… I’m beginning to like the logo… Plugins support has improved, all the plugins I used in VSCode, are now available… All of it…

      • JackbyDev
        link
        fedilink
        arrow-up
        9
        ·
        1 year ago

        It’s basically the same difference between Chrome and Chromium.

      • axo@feddit.de
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        You can add the official microsoft marketplace in a json file and get all the addons :)

      • ItsMeForRealNow@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        I bet their telemetry package being so ancient and having ancient parts to it is the reason it brings performance down for the whole application. It’s just too old.

  • dinodroid
    link
    fedilink
    arrow-up
    12
    arrow-down
    4
    ·
    edit-2
    1 year ago

    Well, choose neovim and customize it the way you want.

    • inline_caching
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      I managed to code 100% in nvim after I realized vscode taking almost 5gb storage for caches and the extensions

  • DonnerWolfBach@feddit.de
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    I use vscodium for most day to day stuff and vscode for trying out/“sandboxing” specific extensions like github copilot.