Top "Phpstorm" questions

JetBrains PhpStorm is a commercial IDE for PHP built on JetBrains' IntelliJ IDEA.

What is a "weak route" in Symfony 2?

When using the Symfony2 plugin for PHPStorm, I sometimes see a Weak Route warning: What does it mean?

symfony phpstorm
Custom ruleset for phpcs using PHPStorm

I'm trying to somehow convince the phpcs to use the Zend coding guidelines, -but- to allow me to have variables …

php phpstorm codesniffer
PhpStorm Ignore files/directories in TODO feature

Is it possible to exclude certain files from the TODO function in PhpStorm? For example, I'm using the highcharts javascript …

phpstorm todo
How to change the color of selected text/code in PHPStorm

Im switching code editors and trying to rebuild my color scheme from the previous one, from Sublime Text to PHP …

php phpstorm color-scheme code-editor
How to add Compass syntax support to Jetbrains PhpStorm?

I'm using JetBrains PhpStorm, which is probably the most epic IDE I've ever used. The question is simple. How do …

css compass-sass phpstorm
How can I use PHPDoc to type-hint the parameters of a Callable?

I have a method that accepts a callback as a parameter. I would like to provide a parameter signature for …

php phpstorm phpdoc
PhpStorm v2017.3.4 & Codeception v2.4.0 incompatibility

I'm struggling to make codeception work with PhpStorm. I have setup CLI Interpreter: I have also setup Codeception: And here …

phpstorm codeception
Using PhpStorm IdeaVim, I can't use shift+arrow keys to select words

I am using PhpStorm 7.1.2 with IdeaVim plugin. When in Insert mode, I want to select words using Shift + ArrowKey. However, …

intellij-idea vim phpstorm ideavim
How to set the style of line comment in phpstorm

How to change the default style of line comment in PHPStorm to at indentation level rather than at first column? …

php ide phpstorm configure
Completely clear the console in RubyMine (or WebStorm or PhpStorm)

I am trying to see if there is a way to "completely" clear the console in RubyMine (or any other …

terminal console phpstorm webstorm rubymine