Top "Phpstorm" questions

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

How to view the git history of a specific file using GitKraken similar to PhpStorm/WebStorm

I DON'T care about looking at the git history of a file that has been marked as "modified". What I …

git phpstorm webstorm gitkraken
Shortcut key to indent a block of text with IdeaVim and Phpstorm

Without IdeaVim in PhpStorm, the tab key can be used to indent a selected block of text. However, I'm interested …

phpstorm indentation ideavim
Running PHPUnit within a Docker container with PhpStorm

I want to configure my PhpStorm IDE to run PHPUnit tests within my Docker container. It seems like I'm restricted …

php docker phpunit phpstorm
How to collapse/expand all comment blocks in a file in PhpStorm?

In PhpStorm, what is a quick way to collapse or expand all the comment (doc) blocks in a file? In …

php comments phpstorm collapse docblocks
What do smart tabs in WebStorm/PHPStorm do?

I'm confused as to what smart tabs do in general preferences. It says that: Fine alignment to a necessary column …

tabs formatting phpstorm webstorm
Configurate Keymap of PHPStorm like Sublime Text

When I tried to modify the keymap of PHPStorm to work like Sublime Text. I found a lot of conflict …

configuration phpstorm sublimetext keymaps
How to transform selected text to lowercase in PHPStorm?

There is Ctrl + Shift + U shortcut, but it toggles characters case while I need to make all of selected characters …

keyboard-shortcuts phpstorm lowercase
Breakpoints not hit with xdebug, PhpStorm and Laravel 3 / mod_rewrite

I'm pretty desperate and running out of ideas: I've configured xdebug and PhpStorm for a Laravel 3 project. Running the project …

laravel xdebug phpstorm laravel-3
XDebug: how to debug remote console application?

I have read this docs: http://xdebug.org/docs/remote I can debug my web application. But the debugger doesn't …

command-line-interface xdebug phpstorm
PhpStorm + GIT line endings changing from LF to CRLF

I have set in my PhpStorm line endings to LF but when I commit to github, sometimes I see some …

git github phpstorm line-endings