WebStorm/PhpStorm links
Categories
Tags
Beta Commandline completion composer CSS database debug deployment documentation ecmascript5 editor ftp HTML html5 import inspection JavaScript LESS navigation Node.js offer PHP PhpStorm PHPUnit productivity Profiler Project RC refactoring Release SASS settings sftp smarty Symfony synchronisation TypeScript UI unit testing WebStorm WebStorm/PhpStorm links Xdebug youtrack zen-coding Zend Debugger-
Other JetBrains Blogs
Meta
Tag Archives: deployment
Drag & Drop Project Files to Remote Hosts in PhpStorm
The Remote Host pane allows us to work directly on a remote server through FTP, FTPS, SFTP or a local/network folder. A lot of people asked us to add drag & drop to the Remote Host pane in PhpStorm. Good … Continue reading
Posted in Cool Feature, PhpStorm, WebStorm
Tagged deployment, ftp, PhpStorm, sftp, WebStorm, WebStorm/PhpStorm links
6 Comments
Continuous Integration for PHP using TeamCity
If you have multiple team members, you should be doing Continuous Integration (CI). By building the desired output artifacts on a frequent basis and analyzing their quality using unit tests and code coverage, you will find that there are fewer … Continue reading
Posted in Cool Feature, Tutorial
Tagged deployment, PHP, PhpStorm, PHPUnit, productivity, TeamCity, unit testing
2 Comments
PhpStorm & WebStorm 5.0 EAP 121.12
We are almost back to our regular EAP schedule. This week’s build brings some long awaited new features and refinements: PHP editor got new type inference engine for variables and class fields, providing completion and navigation for conditional constructs i.e. … Continue reading
Posted in Early Access Preview, PhpStorm, WebStorm
Tagged deployment, FTPS, PhpStorm, Type inference, WebStorm
8 Comments
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
Web IDE Goes SFTP
If you care about the security of your projects (which you indeed do), you are sure to be glad to hear this: Web IDE now supports SFTP. Setup is simple: on the Tools menu, select Deployment, and click Configure Servers, … Continue reading
Posted in Cool Feature, PhpStorm, WebStorm
Tagged deployment, ftp, PhpStorm, sftp, WebStorm
3 Comments