• silly goose meekah@lemmy.world
        link
        fedilink
        arrow-up
        8
        ·
        edit-2
        1 year ago

        But to be fair, the plugin capabilities for VS code are incredible. Of course its a lot more work but you can pretty much replicate the VS experience

      • Pixel@beehaw.org
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        are there any good open source alternatives for VSCode for people that don’t want to learn emacs/vim? I’ve been looking for a good code editor to replace it but I haven’t been impressed elsewhere

        • benzmacx16v@discuss.tchncs.de
          link
          fedilink
          arrow-up
          12
          ·
          1 year ago

          VSCode is open (MIT) but it is packaged by MS to include some tracking/telemetry and they are distributed under a non-free license.

          You can use VSCodium for a telemetry free and MIT licensed binary or you are free to build the source where the default config is no telemetry and MIT license.

        • quantum-drifter@lemmy.ca
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 year ago

          There is always Eclipse IDE. It’s not as polished as Jetbrain’s apps for sure but it’s still very capable. It’s published under the Eclipse Public License. I think the language server code that’s used in VSCode is from Eclipse, it can be used for developing many languages and there are lots of plugins and other add-ons to enhance the experience.

      • bugsmith@programming.dev
        link
        fedilink
        arrow-up
        11
        ·
        1 year ago

        That’s a bit of a silly statement. Once you’ve installed a few extensions for your language (a language server and linting at minimum), it is effectively an IDE with a reasonably powerful debugger included. Just because it’s modular and not “batteries included” doesn’t make it incomparable.

          • bugsmith@programming.dev
            link
            fedilink
            arrow-up
            2
            ·
            edit-2
            1 year ago

            Sure. But I didn’t say it was either. I only pointed out that it’s silly to say “there’s no comparison”, when most functionality is easily achievable on both. And depending on language, it’s not even difficult.

            Edit: In fairness, I did say “it’s effectively an IDE”, but I stand by the point that after a few extensions - what is the difference? If I can debug, refactor, and and get complete intellisense (including finding declarations etc), I’m doing more or less everything I would in a dedicated IDE.

            Edit 2: I feel I’ve gone to far the other way. I have used am am aware of some of the capabilities that a fill fledged IDE has over something like VSCode. Especially for languages like those of the C-family. But I do take issue with implying they’re not comparable. For many usecases and languages, they’re totally comparable.

              • bugsmith@programming.dev
                link
                fedilink
                arrow-up
                2
                ·
                1 year ago

                It’s that’s fine that you’ve got some examples of features that are more powerful in JB products. It would be a great shame if such a heavy and reasonably expensive program didn’t.

                But I’m not arguing that VS Code is better or worse. I’m arguing that it is comparable (on the sense that it is worth of comparison). Which it is.

                I agree that JB’s search is fantastic. Unmatched perhaps. All of that indexing it does when you open a project really pays off.

                But you can get a lot of JB’s functionality in VS Code. You can get a very good code inspection in several languages, Python being the premier example. You can also get excellent docker integration, excellent linting, a reasonable search and replace across all files, and a top notch debugging experience for some languages (Python being the premier example again).

                Sure JB products do some of that stuff better (at the cost of being heavier programs with significant start up time).

                I use both. I like both. I believe VS Code is very formidable and could be the sole editor a developer uses flr many types of projects (Web Development, Python projects, many Go projects too all come to mind).