DEV Community

Discussion on: Which editor/IDE do you use and why?

Collapse
 
itsdarrylnorris profile image
Darryl Norris

I strongly believe some editor works better depends on the language. I used many editor/IDE depends on what I am working on.

For PHP:

  • PHPstorm: Very smart IDE, jumping to classes and detecting any errors is great. However, loading the application can take few seconds.

For JS:

  • If I am working only JS application I will use sublime (or sometimes atom).

For Golang:

  • Lately I have been playing around with GOLANG, I have been using beta editor GO - jetbrains.com/go/
  • Golang is very strict language so Atom or Sublime will work as well.