I am not sure I get the question so let me repeat what I understand. You want to get to the class's super method. For example,
class Route extends Facade
You want to get to Facade class? Click on Facade and Cmd + U
Well not to Facade directly, but for instance to the Route class that has the methods get(), post() but not the one that is declared in _ide_helper.php
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community