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)"

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top