DEV Community

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

Collapse
 
matteozuccon profile image
Matteo Zuccon

I was using Visual Studio for C# and ASP.net world. Then I moved to Python and I m stil using Visual Studio with the Python Tools. It has nice Git integration and the debug system is working well (nice interactive mode and watches).

For Node.js I use Visual Studio Code and Sublime or Atom for front-end development.
I have been using Anaconda for Python (Sublime plugin) but Visual Studio is performing better.

I used Eclipse with Java (just for academical purpose) and I am disappointed about it, I do not like it and I found some many issue (starting from the easy stuff like searching through files to the Maven integration and packages build).