Question

Is it possible to preview method contents in PhpStorm? So -fx, I hover a method call and get a small popup window with the method definition. In the popup window I can check whats going on there and just close the popup when Im done.

This would really save some "jump into the method, check whats going on there, go back (even worse if the method was in the same file, so I have to remember the name or position of the method I was working on)"

Was it helpful?

Solution

Is it possible to preview method contents in PhpStorm?

View | Quick Definition Ctrl + Shift + I

even worse if the method was in the same file, so I have to remember the name or position of the method I was working on

Navigate | Back Ctrl + Alt + Left

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top