IDE with specific features [closed]
I'm looking for an IDE that has the following features:
- Code completion for PHP, HTML, JavaScript+jQuery, CSS
- JS+CSS minification
- Mercurial Support
- Being able to preview the website in different browsers
- FTP support
The last two are optional, but the first three I really need. Any suggestions?
Komodo IDE (payware) and Komodo Edit (free) might have CSS/JS minification as a plugin (they are both built off of Mozilla's XULRunner).
From the features page (of the IDE, not Edit), I can confirm:
- It has support for basically any language you'll ever work with.
- There seems to be some sort of minification workaround.
- Supports: Subversion, Git, Mercurial, Perforce (WTF?), CVS, Bazaar.
- I doubt it, but you should be able to open browsers with a keyboard shortcut.
- There's an FTP addon.
PHPStorm IDE has this features (and much more).
精彩评论