DEV Community

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

Collapse
 
_halligans profile image
Kyle Hall

I use Atom for front-end work and for writing in dynamic languages, because it's open source, easy to use, and it feels good to use. I use IntelliJ for static-typed languages. The community edition is pretty good, and I like how much easier it makes debugging. I use it for Javascript sometimes, too, because it allows me to jump through code fairly well there, even though it's dynamic.