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: PhpStorm
Working with Windows Azure SQL Database in PhpStorm
PhpStorm provides us the possibility to connect to Windows Azure SQL Database right from within the IDE. In this post, we’ll explore several options that are available for working with Windows Azure SQL Database (or database systems like SQL Server, … Continue reading
Posted in Cool Feature, PhpStorm
Tagged cloud, database, editor, PHP, PhpStorm, Windows Azure
8 Comments
Change signature refactoring in PhpStorm
A very powerful refactoring is the Change signature refactoring in PhpStorm. It enables us to modify a function signature in many ways: we can change the function name, change its visibility, add, remove and reorder parameters as well as rename … Continue reading
PhpStorm 6.0.1 EAP Started – Build 129.91
We are happy to announce the beginning of PhpStorm 6.0.1 Early Access Program and the build 129.91 is already available for download. Just a couple of weeks after the major 6.0 update we are ready to deliver fresh build to … Continue reading
Folding for imports in PhpStorm 6.0
In PhpStorm 6, we’ve introduced code folding for imports. Any list of imports will now be folded into a single line. This greatly reduced clutter in your editor when having a lot of imports!
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
Optimize Imports for PHP
Those of you who have already tried PhpStorm 6 might have noticed a lot of great additions to PHP imports support. In this post we would like to tell you about a long awaited feature: Optimize Imports for PHP.
Posted in Cool Feature, PhpStorm
Tagged completion, import, inspection, PHP, PhpStorm, productivity, refactoring
5 Comments
PhpStorm 6 Webinar on March 26th – More Tools to Develop Smarter, Not Harder
Join us Tuesday, March 26th for our free webinar, PhpStorm 6 – More Tools to Develop Smarter, Not Harder. JetBrains Technical Evangelist for PHP and .NET Maarten Balliauw will go through the most important features of the latest PhpStorm 6 release.
PhpStorm 6.0 released: composer, code (re)arranger, new refactorings, REST Client, Darcula & more
PhpStorm 6.0, the new major release of our professional PHP IDE, is now available for download! With this release, we invite all PHP developers to redefine their productivity and adopt the best technologies available today to quickly produce neat and … Continue reading
Refactoring for classes in PhpStorm 6: Move Class
Moving code around is an essential part of application design and maintenance, but it may become a tedious task in modern code utilising namespaces and the PSR0 file layout convention. Move Class refactoring is a reliable tool that will remove … Continue reading