• wise_pancake@lemmy.ca
        link
        fedilink
        arrow-up
        7
        ·
        9 days ago

        It’s a must install for me.

        It’s like notepad++, but with better features and plugins.

        I definitely use it as a swiss army knife, but most of my actual editing does happen in my suped up neovim setup.

        • thepreciousboar@lemm.ee
          link
          fedilink
          arrow-up
          2
          ·
          9 days ago

          That’s exactly how it feels: a more modern and more powerful notepad++, with lots of syntax support and easier to add new languages (even better than code in my opinion). Code seems to try and be an ide for everything, but if I’m doing a complex project, I’ll be getting a specific ide, for everything else a good text editor and a Makefil is all I need

          • wise_pancake@lemmy.ca
            link
            fedilink
            arrow-up
            2
            ·
            8 days ago

            Exactly, and it’s only a few key presses to add whatever packages I need if they don’t exist already.

            The multiple cursors, good regex performance, and json formatting utilities make it a great glue tool for me.

            Every time I shutdown my computer I’ve got a half dozen or more buffers open from that type of work.

            VSCode has never clicked for me, I know it’s similar in a lot of ways, but I find it kind of noisy. It’s just not a tool that I find intuitive.

            • AwkwardLookMonkeyPuppet@lemmy.world
              link
              fedilink
              English
              arrow-up
              2
              ·
              9 days ago

              Well there’s also a plugin for Code, which is an open sourced fork of VS Code without the Microsoft association. Unfortunately a lot of the cool plugins that make VS Code so great are missing from Code.

              • kubica@fedia.io
                link
                fedilink
                arrow-up
                2
                ·
                9 days ago

                I think you mean Codium/VSCodium? Some of the extensions can be downloaded from the ms page and then loaded into it, but you are back at the moral questions that made you use the alternative.