Top "Phpstorm" questions

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

How to switch between split panes in PhpStorm

This seems like a simple task but I can't seem to track down an answer. In JetBrains' PHPStorm, what is …

phpstorm
PhpStorm background color line number

How to change background color of left panel (where line numbers). I want set it to dark. Because I using …

background-color line-numbers phpstorm webstorm
PhpStorm - run terminal (cmd) as administrator

On Windows it's easy to run cmd application as administrator: Right click on cmd icon >> run as administrator` …

cmd terminal phpstorm administrator
Intellij-idea: auto-repetition of letter keys

Using Intellij-Idea 12 on OS X, I have a strange problem: when I keep a letter ([a-z]) key pressed in the …

macos intellij-idea pycharm phpstorm webstorm
PhpStorm type-hinting for factories?

I have code more or less like this: class Foo { public static function factory($str) { $class = "Foo_" . $str; return new $…

factory phpstorm type-hinting
PhpStorm terminal shortcuts: switch tab, return to editor, etc. (Mac)

On opening PhpStorm's Terminal Tool Window, I would expect to be able to run commands like Ctrl + Tab to switch …

macos phpstorm jetbrains-ide
How to pass POST parameters using PhpStorm REST CLIENT

POST parameters are passed in request body In which format do I need to pass them in PhpStorm REST CLIENT? …

phpstorm rest-client
Why do I get a PHPDoc warning in PhpStorm over this code

I can't understand why PhpStorm gives me the following warning PHPDoc comment does not match function or method signature over …

php warnings phpdoc phpstorm
PHPStorm sync how to ignore line separators?

If I run a sync with a server I get changes in all files because of different line separators. All …

php intellij-idea phpstorm line-endings
Simultaneous programming on the same project in PhpStorm/IntelliJ IDEA

Is is possible in PhpStorm/IntelliJ IDEA for two (or more) programmers to work on the same project simultaneously, i.…

intellij-idea phpstorm simultaneous pair-programming