Hello! I want to write Kotlin for something to keep my brain busy during my spare time. I am aware of IntelliJ, but I would like to avoid it due to telemetry and a general distrust of JetBrains (I downloaded IntelliJ back when I had windows and after i deleted it i found a "JetBrains" or "IntelliJ" folder in a new spot in my computer once a week). IntelliJ community is open source, so is there any telemetry-free forks a la LibreWolf? If not, what do you reccomend for writing Kotlin code? Thank you comrades!

  • brainw0rms [they/them]
    ·
    6 months ago

    Honestly IntelliJ + a firewall/dns blocker if you're that paranoid is probably the best tooling you're going to find. Not sure how the Kotlin support is on VS Code, but you could try VSCodium, I guess? I really think you'd be doing yourself a disservice, though. I would be lost without all of JetBrains awesome tools.

  • jaeme
    ·
    edit-2
    6 months ago

    GNU Emacs with kotlin-mode and possibly lsp mode

    If you're unfamiliar with GNU Emacs you can try a distribution like Doom Emacs. Emacs is your best bet at avoiding anything proprietary/with anti-features.

    Otherwise hope that VSCodium works.

    • blakeus12 [he/him]
      hexagon
      ·
      6 months ago

      thanks! i will check it out. not looking to switch distros so if i run into any major issues i will do as another commenter suggested and go with intelliJ + firewall.

      thanks for the suggestion!

  • Zvyozdochka [she/her, comrade/them]
    ·
    edit-2
    6 months ago

    I hate to say it, but JetBrains' tools are awesome for Kotlin and Java, so my pick personally is IntelliJ IDEA Community Edition. Nothing really beats it no matter how many plugins or extensions you install to your text editor. If you're used to Vim keybindings, there is a plugin for them so you don't have to re-learn everything.