Top "Phpstorm" questions

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

How do you debug PHP scripts?

How do you debug PHP scripts? I am aware of basic debugging such as using the Error Reporting. The breakpoint …

php eclipse debugging phpstorm xdebug
Can IntelliJ IDEA encapsulate all of the functionality of WebStorm and PHPStorm through plugins?

I am in the market for a new IDE but am confused about the overlap between some of Jetbrains' offerings. …

intellij-idea phpstorm webstorm jetbrains-ide
How to make phpstorm display line numbers by default?

How to make phpstorm display line numbers by default? Couldn't find that option. It's kind of annoying to turn them …

ide phpstorm jetbrains-ide line-numbers
Difference between WebStorm and PHPStorm

I'm choosing an IDE for web development and I would like to know what the differences between WebStorm and PHPStorm …

ide phpstorm webstorm
Word wrapping in phpstorm

How can I enable Word wraping in phpstorm? I need to enable it only for some of my files (with …

phpstorm
How to display hidden characters by default (ZERO WIDTH SPACE ie. &#8203)

I just lost part of my weekend because of this ... joker - zero width space. I just used some snippets …

intellij-idea phpstorm whitespace
JetBrains / IntelliJ keyboard shortcut to collapse all methods

I'm working on some legacy code that has a class that is 10,000+ lines of code and has 100s of methods. …

intellij-idea ide phpstorm keyboard-shortcuts
Cannot ignore .idea/workspace.xml - keeps popping up

Using PHPStorm, I am trying to ignore the workspace.xml which pops up every-time I try to make a git …

git intellij-idea phpstorm
PhpStorm text size

Is it possible to define a shortcut to increase/decrease size of code in PhpStorm, like what you can do …

phpstorm
How can I set the PHP version in PHPStorm?

Is it possible to set the PHP version value, say 4.0+ and have PHPStorm highlight functions that wouldn't work with the …

php ide phpstorm