6
charyas
7y

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?

Comments
  • 3
    My 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.
  • 3
    vs code too, the extensions are great
  • 3
    Vscode, extrnsions makes it 9/10
  • 2
    Same as everyone else.

    Visual studio (vs) code, I just use it for everything...
  • 2
    I 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.
  • 1
    Atom, because of extensive plugin support and the open source community. :)
  • 0
    Brackets, because we use it on my school
  • 3
    Notepad
  • 7
    Would you like to talk about our lord and saviour vim?
  • 0
    Sublime text with plugins
  • 0
    I used sublime text for 3 years then switched to VS code recently, it's really great and it's free :)
  • 0
    @lumi thy shall mod thine vim as many times as thy find it necessary
  • 1
    +1 for atom. +1 for web storm. +1 for vim.
  • 2
    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.
  • 3
    PHPStorm
  • 1
    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.
  • 1
    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)
  • 1
    I use NetBeans for everything! (yes, voluntarely without a gun to my head!)
Add Comment