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
Category Archives: Tutorial
Managing TODO comments in your code
Working on a large project it is quite usual to leave some code refactoring or improvement tasks to be done later, have some code left to be reviewed by your colleagues or just mark some places you still have questions … Continue reading
Code Coverage for JavaScript Unit Testing
Measuring JavaScript code coverage naturally complements unit testing. It provides a clear picture of which parts of your code remain untested, and helps you focus additional tests on the uncovered code. From now on, users of JsTestDriver can measure code … Continue reading
Posted in Cool Feature, Tutorial, WebStorm
Tagged coverage, JavaScript, jstestdriver, productivity, unit testing, WebStorm
5 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
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
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 Cool Feature, PhpStorm, Tutorial, WebStorm
Tagged automated testing, jasmine, JavaScript, jstestdriver, productivity, qunit, test-driven development, ttd, unit testing
16 Comments
Debug command line scripts with PhpStorm 2.1
Hello everybody, Recently, we have been often asked to provide a detailed guide in debugging command line scripts. And finally here you are!
Posted in Cool Feature, PhpStorm, Tutorial
Tagged debug, PHP, PhpStorm, Xdebug, Zend Debugger
8 Comments
Configuring PHP debugging in PhpStorm 2.0
Introduction In the previous post Zero-configuration debugging with XDebug and PhpStorm 2.0, we discussed setting up debugging automatically. This works perfectly in most cases. However, sometimes you may still need to configure debugging manually. In this article we will explain … Continue reading
Posted in Cool Feature, PhpStorm, Tutorial
Tagged debug, PHP, PhpStorm, Xdebug, Zend Debugger
12 Comments
Zero-configuration debugging with XDebug and PhpStorm 2.0
This blog post is obsolete! Please check new up-to-date tutorial on Zero-configuration Web Application Debugging with Xdebug and PhpStorm Hello guys, We have done a lot of work to simplify the debugging process in PhpStorm 2.0 and we are very … Continue reading