Answer the question
In order to leave comments, you need to log in
How to prevent phpstorm from going to the base class itself?
This thing infuriates me: the code contains a constructor call, for example $model = new Model(). I poke with Ctrl on new Model () and I am thrown right up to the very base class where the constructor was (there is a long hierarchy in frameworks), and I just wanted to open the source of this class. In this case, I do not need a constructor (which was not redefined in the model). Because of this, you have to scroll up from the use list in order to click on the use of this class there and go to its source. But if there is a lot of code in the file, then you have to scroll through for a long time, and you will even forget while scrolling which class you are looking for or what line it was on before ... Is it possible to somehow configure this?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question