Skip Navigation
93 comments
  • Whichever Jetbrains IDE is appropriate. I fell in love with Rider and wound up paying for their all-inclusive license. I've since made heavy use of Webstorm, CLion, and Datagrip professionally and personally.

  • Visual Studio Code. It has great defaults out of the box, is highly customizable and extensible, has near universal support for every programming language, and runs reasonably fast on my machines.

    • Yeah VSCode is the GOAT. I reached a point where I basically only ever use any other IDE if I'm explicitly told to, or if I don't have a desktop environment to work with. Or if I have to work with Java, because sadly I found the Java support on VSCode to be rather lacking.

  • JetBrains IDE all the way. Mostly Intellij Idea, WebStorm, CLion (for Rust) and PhpStorm. Once in a while Visual Studio Code for a quick text file edit.

  • Recently started using neovim with LazyVim and I'm enjoying it.

  • I mostly code in Python and for that I use PyCharm. For everything else I use VS Code.

  • Visual Studio

    Notepad++ for non ide stuff like data files and scripts.

    Occasionally Visual Studio Code. For mass text replace and some other tooling / envs.

  • These days I write Lisp code using the Medley Interlisp development environment. It's a vintage but amazingly capable environment that's being revived and modernized.

  • Whichever text editor is available, vscode, jetbrains for the language I'm using, firefox (jupyter notebooks), etc.

93 comments