Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Curtle146yI'm only very vaguely familiar with java and am trying to fin a pretty good one. I normaly use Visual Studio/Visual Studio Code.
-
git-gud14186yIntellij does it for me - i had eclipse once but it was pretty messy imo. About compilers - is there even anything but the standard JDK? If we're talking buildtools, i use gradle cause i hate xml, but from all i know maven has the same capabilities.
-
Visual studio pro with msdn subscription, most of JetBrains ide's and tools (ReSharper and all profiling/debugging tools, phpstorm, webstorm (for node), Datagrip (databases)) and vscode for lighter text editing (usually just for the launch time)
Intellij for Java stuff, but fuck Java. -
IntelliJ is crowned the JVM king (no joke. it is far better than both eclipse and netbeans), Clojure (Lisp for JVM) is better to do in vim/emacs. Compiler I use is jdk8/10-openjdk, and for Kotlin, my language of choice for JVM, it's kotlinc, and Clojure is interpreted
For anything else, vim is my editor of choice -
I like vim when I need to change things over ssh or whatever. I just started using VScode recently and really like it. It feels lightweight but still has all the tools I need.
-
Curtle146y@1nt3rn3tc0wb0y yea VS Code does! It's by far my favorite text editor. I also love the customizeability!
-
I just Atom but I don't use java. I really like pyCharm, same peeps make intelliJ and I've heard good things.
Related Rants
What IDE/Compilers do you guys use?
question
java
ide