Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
chadd1746437yMy last job was working with Python Django. I used VS Code. I liked it because the integrated terminal let me see the server logs in real time. I could have one tab open to view HTTP status and another tab for running scripts against the database, etc. I always work with the browser separately.
-
theuser48027yI use WebStorm personally (or PHPStorm). You have to pay (unless student or open source project), but its very feature complete, so you don't really have to mess around with extensions.
Other than that, VS Code is great and cross platform. Atom can be quite slow if you have a lot of plugins. -
I used sublime text for 3 years then switched to VS code recently, it's really great and it's free :)
-
First Love - Sublime
Small Fling - Atom
Probably life long partner - VSCode
VSCode because the overall UI is very pleasing to the eyes, and the extensions are great. -
VSCode feels worthless to me, but I'm doing Backend/DBA stuff. Laravel, Rust, Go... it understands all it poorly.
So Vim for files & Jetbrains IDEs for projects. -
Usually Chrome's devtools with Persistence 2.0 turned on (it's currently an experimental improvement of the current version)
Otherwise emacs works just fine for me. (Web-mode and js2-mode work great)
Related Rants
Not really a rant but out if curiosity, what is your favourite text editor for web (so from HTML to JS to anything web) development and why?
undefined
web-development
favourite
text editors