this post was submitted on 23 Dec 2023
9 points (100.0% liked)

programming

131 readers
12 users here now

  1. Post about programming, interesting repos, learning to program, etc. Let's try to keep free software posts in the c/libre comm unless the post is about the programming/is to the repo.

  2. Do not doxx yourself by posting a repo that is yours and in any way leads to your personally identifying information. Use reports if necessary to alert mods to a potential doxxing.

  3. Be kind, keep struggle sessions focused on the topic of programming.

founded 8 months ago
MODERATORS
 

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!

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 8 months ago (1 children)

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.

[–] [email protected] 5 points 8 months ago (1 children)
[–] [email protected] 3 points 8 months ago

Of course, hope you find something that works for you meow-hug

[–] [email protected] 5 points 8 months ago* (last edited 8 months ago) (1 children)

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.

[–] [email protected] 4 points 8 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!

[–] [email protected] 2 points 8 months ago* (last edited 8 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.