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?

Latest comments (17)

Collapse
 
boobo94 profile image
Bogdan Alexandru Militaru

I use VSCode.

If you wanna know useful extensions used by me, daily, please take a look here boobo94.xyz/tips/vscode-setup-for-...

Collapse
 
rjsh profile image
RXJXSH

Visual Studio Code Hands Down!
I use it for my Web Development projects and it's Crazy with wide range of extensions and Themes!

Collapse
 
jacobherrington profile image
Jacob Herrington (he/him)

Spacemacs! šŸ‘¾šŸ‘½šŸ›°

Collapse
 
khalilsaboor profile image
Khalil Saboor

All with VIM bindings WebStorm, Python Charm, Intellij

Collapse
 
retinafunk profile image
retinafunk

Jetbrains - PHP Storm . I love it, know it inside out for years , esp the intellisense and has all the features I need and much more it makes me very productive.
Sometimes I use VSCode too, alongside for typescript or JS only projects, but for the mix of Frontend with PHP I have in my usual projects.
I happy pay for this tool and can recommend it.
If one does not do much PHP just Frontend WebStorm from same company might be more then enough for you

Collapse
 
moopet profile image
Ben Sinclair

I like VSCodium for its mostly-great debugger and I sometimes use it for coding.

I usually stick with Vim though.

Collapse
 
thomas_ph35 profile image
Thomas

WebStorm, PhpStorm, and SublimText for fast editing.

Collapse
 
famonsei profile image
famonsei

SublimeText for simply edits but now VSCode

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
 
hiteshpatel1142 profile image
HiteshDhamshaniya

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