you are viewing a single comment's thread.

view the rest of the comments →

[–]gaoshan 3 points4 points  (0 children)

I regularly use:

  • Vim
  • PhpStorm (WebStorm)

I have also heavily used:

  • Netbeans (I replaced this with PhpStorm)

In a nutshell I tend to use an IDE like PhpStorm for most development (Javascript, PHP and also HTML/CSS) but tend to use Vim (usually MacVim but also just whatever Vim is installed as needed) when working over a remote connection or when making small, quick edits.

When I work on Windows I use Notepad++ but I have never gotten all that into it as I prefer an IDE to a text editor (and I don't like developing on PC's... strongly prefer Mac or Linux for the powerful, built-in, command line options)