DEV Community

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

Collapse
 
fedeojeda profile image
Fede Ojeda

Since I'm primarly working on iOS development, I'm stuck with Xcode. It has lots of features and is pretty nice, but it's really unstable(crashes a lot) and combined with the slow swift compiler, it can be tedious for swift programming.

Whenever I'm working with python, Pycharm is my first choice. Its debugging, refactoring, project managing and intellisense features makes the python development a breeze. IntelliJ is the way to go for the IDEs.