this post was submitted on 15 Jan 2026
7 points (88.9% liked)

JetBrains

499 readers
1 users here now

A community for discussion and news relating to JetBrains and its products! https://www.jetbrains.com/

Related Communities

Copyright © 2000-2024 JetBrains s.r.o. JetBrains and the JetBrains logo are registered trademarks of JetBrains s.r.o.

founded 2 years ago
MODERATORS
 

This neverending asking for a valid license is really annoying. Why don't you cache this shit?
@jetbrains

top 3 comments
sorted by: hot top controversial new old
[–] CameronDev@programming.dev 3 points 7 months ago

Never ending? I use JB toolbox, and I never get prompted for a valid license. It's just always licenced.

[–] PokerChips@programming.dev 1 points 7 months ago* (last edited 7 months ago) (1 children)

I have a question about the ide use. Would working in JVM languages within a tmux+neovim setup be a viable option?

I haven't done any work in the jvm in almost 10 years as I pretty much detested the jvm but was thrilled about learning scala. However, I began studying rust shortly after learning scala and just didn't see the reason to work in the jvm anymore. (A lot of people view rust as a competitor to C++, but I see it as the competiter to Java).

One of the big sticking points against the jvm for me was the go-to IDEs. They just always seemed bloaty and convoluted. Basically just bulky, buggy and annoying to work in. And they also weren't any that I can think of off hand that weren't completely open source which just seemed dirty to me.

So what are the sticking points against something like a tmux+neovim setup for jvm projects?

[–] slesa@social.saarland 1 points 7 months ago

@PokerChips I already start the project via tmux&neovim, and I am trying to switch. Code completion works (almost). But sometimes I am missing the auto-using/import insertion.