문제

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