DEV Community

Cover image for What editor, browser and terminal do you use?
Madza
Madza

Posted on

What editor, browser and terminal do you use?

Well-configured code editor / IDE, browser, and terminal are the main tools for developers. What combo do you use in your daily workflow?

To start off, I'm using VS Code, Google Chrome and Git Bash.

Oldest comments (83)

Collapse
 
pengeszikra profile image
Peter Vivo

VS code, Chrom, iterm2, jupyter notebook ( rust, python )

Collapse
 
_garybell profile image
Gary Bell

PHPStorm/PyCharm + Chromium (and Firefox) + default Ubuntu terminal.

Most of the time I actually use the terminal within the IDE, as I can Alt+F12 to get to it easily, then Esc to get back to the code. So I can easily change -> test -> commit -> repeat without touching the mouse.

Collapse
 
gabedunn profile image
Gabe Dunn

Default Ubuntu terminal is gnome-terminal fyi.

Collapse
 
sambhavjindalgithub profile image
Sambhav-Jindal-github

vscode/pycharm + chrome+ intelliJ

Collapse
 
ryands17 profile image
Ryan Dsouza

I use Chrome and Firefox (mostly Chrome), iterm2 as my terminal with Zsh and VSCode with Vim bindings.

Collapse
 
nikhilmwarrier profile image
nikhilmwarrier

VS Code, Chromium. (I don't use any terminals nowadays)

Collapse
 
stefandrl profile image
Stefan Drl

PHPStorm + Chrome + iTerm/IDE terminal

Collapse
 
thomasbnt profile image
Thomas Bnt ☕ • Edited

I use mostly Webstorm and Chrome for webdev but I can also use for little projects VSCode. For the CLI, Webstorm integrate direcly that 😄

Collapse
 
brtymn profile image
Bartu Yaman

Atom + Brave + Hyper Terminal.

Collapse
 
cashless_jay profile image
Peter Joshua

Vscode + chrome / chromium + git bash

Collapse
 
taufik_nurrohman profile image
Taufik Nurrohman • Edited

A terminal emulator, with Vim and Git installed.

I use Firefox web browser for development mainly because of its straight forward scratch-pad and style-editor GUI. Easy to copy, cut, and paste codes.

Collapse
 
2kabhishek profile image
Abhishek Keshri • Edited

On Linux: Chromium, VS Code & Konsole
On Windows: Edge, VS Code & Windows Terminal(WSL 2)

Collapse
 
valentinbcn profile image
Valentin

VSCode + Firefox + Hyper Terminal

Collapse
 
cayde profile image
CAYDE

vscode ,firefox,oh my zsh

Collapse
 
ajkachnic profile image
Andrew

I use VS Code, Brave, and Alacrity. I’ve very much enjoyed my experience with all three!

Collapse
 
tominekan profile image
Tomi Adenekan • Edited
  • VSCode (one of the best out there)
  • Microsoft Edge for linux (for the win :)
  • Bash (I'm too lazy to find another one)