Why when I click on a method it doesn't redirect to the method itself?

I see a method call

$this->enqueueScripts()

and when I click it ( Ctrl + click ), it should redirect me to the method like any IDE would, but it doesn’t do anything.

I use PHP

Regards