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: refactoring
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
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
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
Refactoring for Class Members in PhpStorm 6: Pull Up and Push Down
As you work on a big project, you often face the need to refactor your code to maintain it properly. Likewise, there are many situations when you start to add functionality from the bottom of the class hierarchy and then … Continue reading
Posted in Cool Feature, PhpStorm
Tagged code changes, PhpStorm, productivity, refactoring
4 Comments
PhpStorm & WebStorm 6.0 Early Access Program started
We are happy to announce the first public build of PhpStorm & WebStorm 6.0!
Posted in Early Access Preview, PhpStorm, WebStorm
Tagged Dart, import, PhpStorm, refactoring, TypeScript, WebStorm
66 Comments
New in 4.0: Easier JavaScript Library Scope Configuration
As you may know from the previous post about JavaScript libraries in PhpStorm & WebStorm, the main benefit of specifying JavaScript libraries in your project is to populate a completion list with only relevant members. We have reorganized the configuration … Continue reading
Posted in Cool Feature, PhpStorm, Tutorial, WebStorm
Tagged JavaScript, PhpStorm, refactoring, settings, WebStorm
5 Comments
‘Extract Function/Method’ refactoring for PHP
Hello guys, We are working hard on new features for PhpStorm 2.1, and the ‘Extract Function/Method’ refactoring for PHP is one of them. This feature has been available since the first PhpStorm 2.1 EAP(106.444), and we are looking forward for … Continue reading
Productivity hints: Writing assignments with ‘Introduce Variable’ refactoring
Hello guys, Recently after demoing the PhpStorm to users on a conference I discovered that our practice of writing assignments “backwards” via “Introduce variable” was really surprising to users… Lets discuss what exactly we are doing and why. How do … Continue reading