| ▲ | dabockster 4 hours ago | |||||||
> I don't know what IntelliJ is. It started as a modernized Eclipse competitor (the Java IDE) but they've built a bunch of other IDEs based on it. Idk if it still runs on Java or not, but it had potential last I used it about a decade ago. But running GUI apps on the JVM isn't the best for 1000 reasons, so I hope they've moved off it. | ||||||||
| ▲ | hatsix 4 hours ago | parent | next [-] | |||||||
Android Studio is built on the IntelliJ stack. Jetbrains just launched a dedicated Claude button (the button just opens up claude in the IDE, but there are some pretty neat IDE integrations that it supports, like being able to see the text selection, and using the IDE's diff tool). I wonder if that's why Google decided to go VS code? | ||||||||
| ||||||||
| ▲ | gmueckl 4 hours ago | parent | prev | next [-] | |||||||
Jetbrains IDEs are all based on the JVM - and they work better than VSCode or the full Visual Studio for me. It's the full blown VS (which has many parts written in C++) that is the most sluggish of them all. | ||||||||
| ▲ | throwaway2037 36 minutes ago | parent | prev | next [-] | |||||||
Since you last used IntelliJ "about a decade ago", what do you use instead?
What would you recommend instead of Swing on JVM? Since you have "1000 reasons", it should easy to list a few here. As a friendly reminder, they would need to port (probably) millions of lines of Java source code to whatever framework/language you select. The only practical alternative I can think of would be C++ & Qt, but the development speed would be so much slower than Java & Swing.Also, with the advent of wildly modern JVMs (11+), the JIT process is so insanely good now. Why cannot a GUI be written in Swing and run on the JVM? | ||||||||
| ▲ | discreteevent 3 hours ago | parent | prev [-] | |||||||
You don't actually use it but somehow you know that "running GUI apps on the JVM isn't the best for 1000 [unspecified] reasons". - This isn't a scientific approach. | ||||||||
| ||||||||