• fxomt
    link
    fedilink
    English
    13
    edit-2
    2 days ago

    vscode isn’t an IDE, but an actual IDE written in electron would be horrible.

    I don’t want to argue about this anymore. I admit i had a bad take, and this whole thread is just arguing about semantics at this point. Does it even really matter if vscode is an IDE or not? If it works, it works.

    • @masterspace@lemmy.ca
      link
      fedilink
      English
      122 days ago

      It’s literally listed in stack overflow’s section on IDEs, and functions as a replacement for an IDE. Insisting that it’s not an IDE in this context isnt helping anyone communicate, it’s just being pedantic.

      • fxomt
        link
        fedilink
        English
        27
        edit-2
        2 days ago

        They also list vim and notepad++ as IDEs, pretty sure they just meant code editors in general.

        Fucking NANO is on the list 😂

        • @renzev@lemmy.world
          link
          fedilink
          123 hours ago

          With enough plugins vim can have almost all of the features of an ide. Not that I recommend using it like that tho.

      • fxomt
        link
        fedilink
        English
        11
        edit-2
        2 days ago

        IDEs come bundled with tooling, such as debuggers, intelligent code completion, and OOTB language support, and language servers.

        vscode out of the box doesn’t have any of these, you install them with plugins. jetbrains products, for example would be IDEs, but editors like vscode and neovim aren’t. Those are code editors.

        • magic_lobster_party
          link
          fedilink
          102 days ago

          What’s different between Vscode and other editors like Vim is how easy it is to make it a fully fledged IDE. Usually a notification pops up about analyzers being available, and if you click accept it’s done. Just one click of a button.

          With Vim it’s not that easy. You need to install many separate plugins just to make it a fraction of an IDE.

          • fxomt
            link
            fedilink
            English
            2
            edit-2
            2 days ago

            I agree. I was mainly thinking of neovim, but i guess vim works in this example, too.

            I was talking about the base editor itself, though. In the end it doesn’t even matter what we consider VSCode to be, i feel this thread has just devolved into arguing about semantics and bikeshedding, and there’s no correct solution.

            I think i’ll just be deleting my main comment, admit I had a bad take and move on. i’m tired of arguing about this.

        • Gamma
          link
          fedilink
          English
          102 days ago

          Seems unnecessarily pedantic 🤷

          • fxomt
            link
            fedilink
            English
            3
            edit-2
            2 days ago

            I don’t think it really matters, but the implication you can write a whole IDE in electron is just insane.

            It is pretty pedantic, i agree. I don’t want to start an argument about something as pointless as this, though.

            • @LeFrog@discuss.tchncs.de
              link
              fedilink
              22 days ago

              But aren’t the plugins also basically part of the electron app after installing? But I have no idea how electron, vscode and their plugins acrually work.

              • fxomt
                link
                fedilink
                English
                32 days ago

                Not really. there’s VSCode itself, and then there’s the extensions on top of it. But my main point was how vscode wasn’t designed to be an IDE, just a customizable code editor. Like neovim or emacs, you could customize it to the point of being similar to an IDE, but they’re still not considered IDEs.

                  • @kryptonidas
                    link
                    22 days ago

                    Integrated you mean? Into the development environment? 😉

        • @onnekas@sopuli.xyz
          link
          fedilink
          4
          edit-2
          2 days ago

          You could call vscode a “DIY IDE Building Kit” because everybody is using it that way.

          After you put all the extensions together you basically got a fully featured “IDE” for most languages out there.

          Nobody I know uses vscode like a simple “code editor”.

          • fxomt
            link
            fedilink
            English
            32 days ago

            I agree, neither do i. I was talking about base vscode, but i don’t think it even matters anymore. There’s really no proper answer. Some people use it like a notepad, some people use it like a fully fledged IDE. I’m just tired of arguing over this, and i admit i had a bad take.

        • @nogooduser@lemmy.world
          link
          fedilink
          English
          32 days ago

          I think that whether it needs plugins or not to do the job isn’t really relevant.

          You can develop software in a large number of languages including writing the code (with intelligent code completion), building it, committing it to source control and running and debugging it.

          If it didn’t use plugins to do that then it’d huge and take ages to start up.

          • fxomt
            link
            fedilink
            English
            22 days ago

            I didn’t mean it in a bad way. I prefer how vscode does it. and i think you’re right.

    • Eager Eagle
      link
      fedilink
      English
      52 days ago

      This distinction is not useful since the creation of language servers.