7
Curtle
6y

What IDE/Compilers do you guys use?

Comments
  • 2
    I'm only very vaguely familiar with java and am trying to fin a pretty good one. I normaly use Visual Studio/Visual Studio Code.
  • 1
    VSCode, nano
  • 0
    @ScribeOfGoD I've never heard of nano. I'll look it up, thanks!
  • 2
    Eclipse is just fine. It's open source and has all the features.
  • 3
    VScode and VIM
  • 0
    I've never used but have heard good things about it.
  • 5
    For Java I usually use IntelliJ
  • 4
    Intellij 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.
  • 3
    I guess InteliJ will be my next endeavor. thanks!
  • 1
    @Curtle it's a terminal based editor, like vim
  • 3
    Intellij Idea
  • 2
    IntelliJ is definitely worth to take a look at
  • 2
    For Java IntelliJ, for NodeJS based projects Sublime with Plug-ins
  • 5
    Netbeans/Atom
  • 3
    All those comments about nano 😆😆🤣🤣
  • 3
    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.
  • 2
    Eclipse for java
    PyCharm for python
    Sublime and VI as text editors
  • 3
    IntelliJ and now my newfound love, visualCode
  • 4
    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
  • 1
    Hacked Sublime text for front end stufd
    Intellij for java

    Emacs at home
  • 2
    IntelliJ for Java and VS Code for JavaScript
  • 1
    VS for everything
    Intelij for java
  • 3
    VSCode and NeoVim!
  • 5
    Eclipse
    Gcc / vim
    Yasm / vim
  • 2
    Notepad++ with custom hotkeys for the build process.
  • 0
    @Fast-Nop I don't realy like notepad++. Although it's better than just notepad.
  • 2
    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.
  • 2
    @1nt3rn3tc0wb0y yea VS Code does! It's by far my favorite text editor. I also love the customizeability!
  • 1
    I just Atom but I don't use java. I really like pyCharm, same peeps make intelliJ and I've heard good things.
  • 0
    Vim + GDB
Add Comment