Jump to content

Which text editor do you use? (For coding)

Which text editor do you use (For coding)  

49 members have voted

  1. 1. Pick one of the following

    • VS code
      15
    • Sublime text 3
      5
    • Atom
      5
    • Jetbrains editors... (Intellij Phpstorm etc.)
      5
    • Brackets
      1
    • Notepad++
      7
    • Dream weaver
      1
    • Other
      10


I use IntelliJ for JVM languages (Java and Scala), and PHPStorm for everything related to the forum (PHP+HTML+CSS). For everything else, I use VS Code with the appropriate plugins (at the moment I have the plugins for C/C++, Java, GLSL, Go, Latex, Markdown, OCaml, Python, Rust, Scala, SML, Prolog and x86 asm).

 

JetBrains is really good for languages that benefit from IDE autocompletion, like Java, but it is very heavy in terms of memory and CPU - right now it's using 1.5GB of ram on a project with 100 files and 7k lines - so if I'm only working on something smaller, VS code is much lighter while still being good.

HTTP/2 203

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×