…but I hate that you can practically only use it with IntelliJ. Trying to use it with just Gradle and vscode is such a pain and maybe even impossible to get anything more than basic syntax highlighting. That is all.

  • @[email protected]
    link
    fedilink
    229 months ago

    Kotlin has a major benefactor in Jetbrains, buy they are also a major gate keeper with no interest in adding support for anything but IntelliJ. Quite to the contrary, they are actively blocking extensions to their compiler API that would improve development of open language servers.

    If you want to develop in Kotlin, you should really just stick with IntelliJ. Or make your peace with not having the greatest language support in your editor.

    Honestly, because of the whole situation, I’ve started considering Kotlin as a proprietary product by now.

    • Dieguito 🦝
      cake
      link
      fedilink
      19 months ago

      Not to upset anybody, but after I installed the JetBrains toolbox some months ago, I started having an idea about where their business model is going to. We should be ready to subscribe and pay for the IDEs we use. And considering the amazing work they are doing to maintain the whole ecosystem, it’s worth it. But then I expect customer care for when Gradle builds are broken 🤣

      • @[email protected]
        link
        fedilink
        39 months ago

        I don’t have a problem with people paying for the tools they use. I also “pay” for Neovim in the senst that I donate regularly to the project. My grievance is with the way Jetbrains markets Kotlin as “Open Source” with an “Open Community” when in reality they are blocking access to anyone trying to make it work more smoothly with tools that are not Jetbrains endorsed. That, in my opinion, is openwashing as we have seen for decades from companies trying to act in bad faith, like Microsoft or VMWare.

      • Amju Wolf
        link
        fedilink
        English
        39 months ago

        I mean that has been their business model for some time now, just like with most other software nowadays. But unlike most other software their prices are extremely reasonable; when you buy it consecutively for years you get progressive discounts. I actually *need * only one editor but I pay for them all because the cost of the full package is just slightly higher and their IDEs are amazing. A few times a year I use one of the “other” editors for personal projects and such.

    • @[email protected]
      link
      fedilink
      7
      edit-2
      9 months ago

      That article tells you how to set up syntax highlighting and run the command-line compiler by hand, not really comparable to IntelliJ… The article feels like a generic SEO post

  • @[email protected]
    link
    fedilink
    49 months ago

    Disclaimer: I work for JetBrains.

    Genuinely curious, why do you prefer using VS Code over IntelliJ? What do you get there that you don’t get in IntelliJ, or in other words, and what would IntelliJ need to do for you to choose to use it?

    Also, have you tried Fleet yet? If you’re a VS Code fan, it might appeal to you.

    • @UplinkOP
      link
      18 months ago

      Nothing, really. I’ve just used VSCode for so long and would have liked to have one “IDE” for everything.

      • Traister101
        link
        fedilink
        19 months ago

        VS Code isn’t an IDE, it’s a text editor you can cram with extensions to make it behave like an IDE.