DEV Community

Discussion on: What is your top tool that most devs would be surprised you use regularly?

Collapse
 
rhymes profile image
rhymes

I use ST3 too, I have very few plugins and no autocompletion (well, aside the one that suggests you the symbols within the open file) and I use the command line A LOT (grepping, git, diffing, running tests and so on).

I used to use VSCode but I switched back, don't have a plan to reverse that decision

Collapse
 
cescquintero profile image
Francisco Quintero 🇨🇴

Yes, command line for git and tests. Some pals use VS Code because it's "easier" to have the terminal in the editor.

I prefer to have multiple terminal tabs to run git commands and tests.