Related questions
PhpStorm wrap/surround selection?
Often in coding and templating I need to wrap a certain part of text. Is there any shortcut to wrap the current selection, for example:
Hello World
"Hello World"
Hello World
{{ trans 'Hello World' }}
Im using PhpStorm 7 for Mac and …
PhpStorm - Navigate to method
In a class, I quickly want to navigate to, let's say, the indexAction method. In SublimeText I could press cmd + R, type 'inde', and hit enter on the dropdown that shows all the results from my search.
I haven't found …