I’m trying out Obsidian for taking notes, and this made me laugh.

  • @hperrin@lemmy.world
    link
    fedilink
    16
    edit-2
    8 months ago

    That’s what most IDEs are. VS Code doesn’t have any native integrations. Everything is provided by plugins. The default plugins that ship with VS Code can be disabled, and you’ll have just a powerful text editor.

    (To do this, go to Extensions tab, click the filter icon, select “Built-in”, and go down the list to disable all of them. Or just build a version with no built-in plugins.)

    • Kogasa
      link
      fedilink
      138 months ago

      Sure, and VSCode without any plugins is a text editor, not an IDE.

      • bioemerl
        link
        fedilink
        38 months ago

        In that case every IDE is “just a text editor” because basically every IDE is built around modularity in this same way. This is just nitpicking over what is preinstalled.

        • Fushuan [he/him]
          link
          fedilink
          English
          68 months ago

          Eclipse, visual studio, pycharm, idea… Those are full blown IDEs. They come with all the extras. All the text editors that can become IDEs have extensions or plugins that enable what these other actual IDE do natively.

          Nowadays using vscode to debug a running program is common, but that was something only restricted to full blown IDEs some years ago, I’d say that vscode is lightweight IDE that can be expanded, but vim is a text editor first and foremost. You can’t really debug code in vim AFAIK, the most you get is syntax highlighting, linting, automatic whitespace removal and auto formatting? Not sure about the last one.

        • @Lime66@lemmy.world
          link
          fedilink
          27 months ago

          You cannot remove java from idea. Therefore it is not just a text editor because support for the language isn’t added through an extension

        • Kogasa
          link
          fedilink
          18 months ago

          IDEs are designed to support a software development workload. A text editor is designed to edit text files.

    • @DrQuint@lemm.ee
      link
      fedilink
      1
      edit-2
      8 months ago

      Ah, so Code is the same as Vim if… I go out of my way to either disable things on one or install things on the other.

      Or… Or… Code is an IDE (that you can strip down) and Vim is a text editor (that you can strip up).

      We don’t stop calling a computer one just because it can still boot without most of its modules. The default presentation matters.