HvyIndustries / crane

PHP Intellisense/code-completion for VS Code
https://hvy.io/crane
Other
240 stars 25 forks source link

Jump to definition does not work #383

Open YuryBandarchuk16 opened 6 years ago

YuryBandarchuk16 commented 6 years ago

Hello everyone!

I am currently struggling with the following issue: jump to definition does not work with self::someFunction() when I command-click on someFunction it says that no definition found.

Also, when I command-click on functions from other classes it actually jumps not to the function definition but to the class definition.

Could you tell me, please, can I do something in this situation? Maybe I have configured something in the wrong way, etc.?

Thanks!

nevadascout commented 6 years ago

Hi, currently Go-to-definition only works for classes and interfaces.