Category Archives: Feature

New in 3.0: More ‘Surround With’ actions for PHP

There are new ‘Surround With’ actions introduced in PhpStorm 3.0

Posted in Feature | Tagged , , | 5 Comments

PhpStorm 3.0: New and Noteworthy in Database Realm

This is a cross-post from IntelliJ IDEA blog. Original post by Gregory Shrago. There are many little things in database and SQL area that got attention in PhpStorm 3.0 release but now I just want to highlight the major ones. … Continue reading

Posted in Feature | Tagged , | 4 Comments

New in 3.0: Support of profiling with Zend Debugger

Hello guys, Sometime ago we announced integration with Xdebug profiler in PhpStorm 3.0. This time we want to introduce you integration with another popular CPU profiling extension for PHP – Zend Debugger.

Posted in Feature | Tagged , , | Leave a comment

Run nodeunit tests with WebStorm 3.0

Hello everybody, As you know Node.js support has been already presented in WebStorm 3.0. Now we would like to introduce integration with nodeunit — unit testing framework for Node.js. To start you should have nodeunit module installed. Make sure NODE_PATH environment variable points … Continue reading

Posted in Feature | Tagged , , , | 2 Comments

How to lint your JavaScript with JSLint in real time

Do you have a habit running JSLint for your JavaScript code? If you do not have it because the running is tedious, then IDE can help you with it while you edit the code. Here is how. Open Settings, type … Continue reading

Posted in Feature | Tagged , | 12 Comments

WebStorm your Node app!

This is a simple tutorial on how to get started with Node.JS development in WebStorm 3.0 EAP. The same steps apply for PhpStorm 3.0 EAP or IntelliJ IDEA 11 EAP with Node.JS plugin installed. Initially, you’ll need to configure the location … Continue reading

Posted in Feature, Tutorial | Tagged , , | 34 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 Announcement, Feature | Tagged , , , , | 3 Comments

New PHP formatting options in PhpStorm 3.0

Probably some of you have already noticed the changes in PHP code style settings. Putting the new UI look aside, I’d like to focus on new options and briefly explain their meaning and functionality. I hope you find them useful … Continue reading

Posted in Feature | Tagged , , | 9 Comments

JavaScript unit testing support

If you’re a JavaScript developer, you probably know that the quality and correctness of your application are crucial. Well, consistency and regression testing just got a little less painful. Meet JsTestDriver plugin – an open-source project that was originally started at … Continue reading

Posted in Feature, Tutorial | Tagged , , , , , , , , | 11 Comments

New in 3.0: Xdebug profiler integration

Hello everybody, Xdebug is a great tool and many of you use it for interactive debugging. But Xdebug is not just a debugger, it also provides many other features such as profiling or code coverage Integration with Xdebug Profiler is … Continue reading

Posted in Feature | Tagged , , , | 10 Comments