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
Author Archives: lera
Initial Twig Support in PhpStorm 2.1
Twig is a template engine for PHP. It is powerful, extensible, unit tested, documented, secure and easy to learn, helps to separate logic (written on php) from representation. That’s why we are so glad to introduce Initial Twig support in upcoming … Continue reading
Smarty templates editing support in Web IDE
Smarty is a nice and popular template engine for separating PHP scripts from HTML layout code. And of course Web IDE supports editing of Smarty .tpl files and provides such useful features as: configurable syntax highlighting for keywords, strings, variables … Continue reading
PHPUnit Support
After you set up PHPUnit, Web IDE greatly helps you to run your tests. Namely, to quickly create test run configuration: Right-click the desired target: a directory or a PHP file in the Project view, or a test class/method name … Continue reading
PHP Hierarchy View Actions
We’ve introduced the ‘Hierarchies View Support for PHP‘ recently. Let’s now review the appropriate actions. First, class hierarchy. There are several actions accessible from the upper panel and context menu. Blue arrow points to the base element for current view. … Continue reading
Hierarchies View Support for PHP
The Class Hierarchy action works in WebIDE for PHP sources in the same way as for Java. Just place the caret at any type in the code editor and press Ctrl + H. Method Hierarchy View opens via Ctrl + … Continue reading