DEV Community

Fulton Browne
Fulton Browne

Posted on

What is your favorite IDE

For me IntelliJ for java, VS code for everything else. what is your favorite?

Oldest comments (17)

Collapse
 
dennistobar profile image
Dennis Tobar

I use VSCode for Web Develop. I used previously Atom, but VS Code has an amazing product and performance for my stack in my current job.
In Windows, I used NetBeans (now I'm a happy Linux user)

Collapse
 
lilotop profile image
Lilo

Webstorm for angular and js.
VS code for the other stuff.
When I'm super lazy I just open up codepen or jsfiddle because they have built in preview.

Collapse
 
ardthings profile image
Natnael Mesfin

Intellij Community for Java
PyCharm Community for Python
Webstorm for web-related stuff
VSCode for Nim.

Collapse
 
keinchy profile image
Frederick Jaime

Vscode, I used visual studio for a .net project and fell in love with the ide, vscode is a light version of it.

Collapse
 
devparkk profile image
Dev Prakash

Of course vs code

Collapse
 
sunitk profile image
Sunit Katkar • Edited

Spring STS for all Java and Spring work.

VSCode for JavaScript frameworks

Collapse
 
hiteshpatel1142 profile image
HiteshDhamshaniya

VS code for react js
and
Android studio all time favorite for android application development.

Collapse
 
gnatson profile image
šŸ¦„ Sebastiano • Edited

My short adventure with code writing tools šŸ’»

tl;dr;
šŸ‘‘ My favorite heroes on the stage are Visual Studio Code and VIM

A long time ago in prehistoric times there was a Notepad++ and before that a Notepad. During my adventure with programming in general, I worked with such IDEs as Eclipse or CodeBlocks.

The first code editor that changed something in my perception of the world was Sublime Text. This was the beginning of another look at code writing. Now, however, probably not surprise many when I say that the tool in which I write not only code has become VS Code.

From time to time I start Atom, which accompanied me just before discovering the Visual Studio Code and sometimes I come back to it.

It is worth mentioning VIM, which I often use when editing files in the terminal and I had some moments of fear with it but it gradually turns into fascination.

To be continued? šŸ˜…

Collapse
 
famonsei profile image
famonsei

SublimeText for simply edits but now VSCode

Collapse
 
thomas_ph35 profile image
Thomas

WebStorm, PhpStorm, and SublimText for fast editing.