Top "Phpstorm" questions

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

How to replace in WebStorm/PhpStorm with regex

I want to replace #{account_nbr} with {{account_nbr}} in the find, I tried this: \#\{()\w+\1\} and in the replace, …

regex replace phpstorm webstorm
How generate phpDoc html from PhpStorm

I've not found how generate html format for phpDoc from PhpStorm IDE. Or should I only use console for this …

phpstorm phpdoc
"Cannot resolve symbol" when using ES6 `import` syntax

Here an example is given how to import certain classes from a module: import {ModalContainer, ModalDialog} from 'react-modal-dialog'; However, PhpStorm (…

javascript ecmascript-6 phpstorm webstorm commonjs
Recover deleted file from PhpStorm and SourceTree

I have an open project in PhpStorm that I manage using SourceTree. I was trying to remove some image files …

phpstorm webstorm atlassian-sourcetree
How to update and generate DocBlock for the entire project in PhpStorm?

I have set up code inspection for php doc blocks, so now I will get warning if they are missing …

php phpstorm phpdoc
Is there a way to sync settings across JetBrains IDEs?

What is the best way to sync similar settings across JetBrains IDEs? For example I have PyCharm and PhpStorm, both …

intellij-idea pycharm phpstorm webstorm goland
WebStorm/PhpStorm, issue with terminal on Windows 10

I decided to try Windows 10, but having problem to make terminal works inside WebStorm/PhpStorm. When I open terminal, sometimes …

phpstorm webstorm windows-10
How to retrieve a saved ftp password from phpStorm?

I know that technically, this question should be asked on phpStorm's forums, but being a popular IDE (I bet an …

ftp phpstorm setup-deployment password-recovery password-retrieval
How to jump the top of the file in PhpStorm?

Does anyone know if there's a shortcut key on Mac for going directly to the top of the file? (Or, …

phpstorm
PHPstorm - Unable to set breakpoints in blade.php files

I'm working on a Laravel application and can debug my controller php files fine, but Id like to also debug …

php debugging laravel laravel-4 phpstorm