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.
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.
For further actions, you may consider blocking this person and/or reporting abuse
Oldest comments (82)
VS code, Chrom, iterm2, jupyter notebook ( rust, python )
PHPStorm/PyCharm + Chromium (and Firefox) + default Ubuntu terminal.
Most of the time I actually use the terminal within the IDE, as I can
Alt+F12to get to it easily, thenEscto get back to the code. So I can easily change -> test -> commit -> repeat without touching the mouse.Default Ubuntu terminal is
gnome-terminalfyi.vscode/pycharm + chrome+ intelliJ
I use Chrome and Firefox (mostly Chrome), iterm2 as my terminal with Zsh and VSCode with Vim bindings.
VS Code, Chromium. (I don't use any terminals nowadays)
I use mostly Webstorm and Chrome for webdev but I can also use for little projects VSCode. For the CLI, Webstorm integrate direcly that π
Atom + Brave + Hyper Terminal.
Vscode + chrome / chromium + git bash
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.
On Linux: Chromium, VS Code & Konsole
On Windows: Edge, VS Code & Windows Terminal(WSL 2)