WebStorm/PhpStorm links
Categories
Tags
Beta Commandline completion composer CSS database debug deployment documentation ecmascript5 editor ftp HTML html5 import inspection JavaScript jstestdriver LESS navigation Node.js offer PHP PhpStorm PHPUnit productivity Profiler Project RC refactoring Release SASS settings sftp smarty Symfony TypeScript UI unit testing WebStorm WebStorm/PhpStorm links Xdebug youtrack zen-coding Zend Debugger-
Other JetBrains Blogs
Meta
Author Archives: leneshka
Integrating Composer command line tool with PhpStorm
Built-in Command Line Tool support plugin provides autocompletion and documentation for any command line based tools. It needs just an xml commands description to support new tool. We plan to add automatic recognition of composer and other popular tools in future, but … Continue reading
New in 3.0: Recursive diff on synchronization of local and remote files
Recent PhpStorm 3.0 EAP has got a feature that will help you with synchronization between local and remote files. The Sync with Deployed/Local… action on mapped folders opens a diff view: Besides showing the difference between the local and remote … Continue reading
Posted in Cool Feature, PhpStorm, WebStorm
Tagged comparison, deployment, diff, ftp, synchronisation
3 Comments
Excluded paths in web server configuration
I’m glad to introduce you a long-awaited feature. Now while creating a project from existing files you can exclude some folders from download and further synchronization. You no longer need to download gigs of media , caches, or temporal files … Continue reading
Posted in Cool Feature, PhpStorm, WebStorm
Tagged deployment, ftp, import, PhpStorm, sftp, synchronisation, WebStorm
8 Comments
Phing support
Phing is a powerful build tool based on Apache Ant. Apache Ant has an extensive and long-standing support in IDEA. At least, I used it even in IDEA 7. So now I’m glad to introduce Phing support in PhpStorm EAP … Continue reading
Symfony Command Line Usage With Command Line Tool Support
Since PhpStorm 2.0 Symfony framework command line tool can be used inside PhpStorm by Command Line Tool Support. Let’s pass through a simple Symfony tutorial, and then create a custom task. You’ll need having PhpStorm 2.0 and Symfony 1.1 or … Continue reading
Zend Framework Tool Usage With Command Line Tool Support
Zend Framework has a powerful command line tool, and it can be used inside PhpStorm by Command Line Tool Support. Let’s pass through a simple Zend Framework tutorial. You’ll need having PhpStorm 2.0 and Zend Framework installed on your computer.
Posted in Cool Feature, PhpStorm
Tagged Commandline, completion, PhpStorm, Zend Framework
18 Comments