Sublime Forum

Goto any class in php in any folder

#1

I would like to know if there is any plugin to do as in eclipse when you ctrl + click automatically jumps to the definition of a class or method. Without having to ctrl + p and once in the file ctrl + r

If there is no pluguin I’m trying to create a shortcut pressing for example F8 and open goto window with the selected text but it still fails, this is my code in the user sublime-keymap file:

{ "keys": "f8"], "command": "show_overlay", "args": {"overlay": "goto", "text": "{0:$SELECTION}" , "show_files": true} }

Anyone know how I can do?

PD: Sorry for my English I’m Spanish…

0 Likes