Top "Phpstorm" questions

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

Stop PhpStorm from aligning associative arrays

How can I tell PhpStorm (using version 8.0.3) to keep the following array as is when clicking Cmd+Alt+L to …

coding-style phpstorm
WebStorm: search does not work

I know that is used to search : Ctrl+Shift+F or Edit | Find | Find in Path and it worked before, …

search intellij-idea phpstorm webstorm
How do I make my PHP IDE understand Dependency Injection Containers?

Current situation: I have dependencies in my project that I solve by using dependency injection. I want to take the …

php ide dependency-injection phpstorm
PhpStorm "Let definition are not supported by current JavaScript version"

I am trying to be a good little programmer and use the new tools available for coding JavaScript. Therefore I'm …

javascript phpstorm
Setting up PHPStorm with TortoiseSVN

I have installed the VisualSVN server on our Windows Server 2008 plus i did connect it with Dreamweaver on other client …

tortoisesvn installation phpstorm visualsvn-server
PHPstorm project navigation

How to select opened file in projects list in PHPstorm? I mean, have a PHPstorm "select in projects" Netbeans function …

phpstorm
How to exclude files / code blocks from code coverage with Netbeans / PHPStorm / PHPUnit integration

Requirements: Netbeans with PHPUnit(6.9) EDIT: Same applies, for example, to PHPStorm How to: Exclude lines from code coverage. Exclude code …

netbeans phpunit code-coverage phpstorm
How do I use phalcon-devtools\ide\phpstorm in phpstorm?

I am trying to integrate the Phalcon developer tools with phpstorm. There is a video here, but I am unable …

phpstorm phalcon
SCSS / SASS to CSS in special folder with PHPstorm 7 file watcher

I used PHPstorm 6 and my SCSS-Files were compiled into the CSS-Folder, so I have: css -- main.css img js …

css sass directory phpstorm watch
How to display "git blame" in PhpStorm after opening file by default

How to display "git blame" after opening a file by default in PhpStorm. Without "right-click the left gutter, and select …

php phpstorm webstorm