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: completion
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 Type Inference and Mocking Frameworks
Recently, we received a question on Twitter asking about how PhpStorm handles type inference when working with mocking frameworks. Imagine having the following two classes: When writing a unit test for ClassA, it’s very easy to mock ClassB using PHPUnit’s … Continue reading
Posted in Cool Feature, PhpStorm, Tutorial
Tagged completion, PHP, PhpStorm, productivity, unit testing
7 Comments
Validating JavaScript code with JSDoc types annotations
Today’s post is about a nice feature set (many of you have been using for a long time) and its recent improvements. I’m talking about static type checking when type of parameter or variable on the left side of assignment … Continue reading
Posted in Cool Feature, PhpStorm, WebStorm
Tagged completion, inspection, JavaScript, JS, WebStorm
11 Comments
New in 5.0: Google Closure Compiler JSDoc annotations
Providing comments and annotations to your JavaScript code is a way to make it more definite and easier to read by other developers. It is especially important in large projects. Some static code analysis tools and verifiers take types and … Continue reading
Posted in Cool Feature, PhpStorm, WebStorm
Tagged completion, JavaScript, PhpStorm, productivity, WebStorm
19 Comments
New in 4.0: Smarter ordering of JavaScript completion options
We are getting a lot of reports and ideas from you about the ordering of JavaScript completion options. So in WebStorm 4.0 and PhpStorm 4.0 we made small but important improvements. More relevant suggestions now appear at the top of … Continue reading
Posted in Cool Feature, PhpStorm, WebStorm
Tagged completion, editor, JavaScript, PhpStorm, productivity, WebStorm
3 Comments
PhpStorm & WebStorm 3.0 EAP 110.44
This week’s EAP brings important stability and performance fixes and some neat features
Posted in Early Access Preview, PhpStorm, WebStorm
Tagged completion, PhpStorm, Project, WebStorm
8 Comments
Symfony Command Line Usage With Command Line Tool Support
Since PhpStorm 2.0 Symfony framework command line tool can be used inside PhpStorm by Command Line Tool Support. Let’s pass through a simple Symfony tutorial, and then create a custom task. You’ll need having PhpStorm 2.0 and Symfony 1.1 or … Continue reading
Zend Framework Tool Usage With Command Line Tool Support
Zend Framework has a powerful command line tool, and it can be used inside PhpStorm by Command Line Tool Support. Let’s pass through a simple Zend Framework tutorial. You’ll need having PhpStorm 2.0 and Zend Framework installed on your computer.
Posted in Cool Feature, PhpStorm
Tagged Commandline, completion, PhpStorm, Zend Framework
18 Comments
Improvement of HTML5 support in PhpStorm & WebStorm
Recently, we’ve added a number of new features that simplify HTML5 development. Here’s a short list of their highlights: Support of HTML custom data attributes. The attributes with names that begin with data- can be used to store some custom … Continue reading
Posted in Cool Feature, PhpStorm, WebStorm
Tagged completion, HTML, html5, JavaScript, PhpStorm, WebStorm
6 Comments