Sublime Forum

How can I easily jump to defintion of function? Help!

#1

hi, everyone ! I am a new user of ST with a problem how can I easily jump to defintion of function? I don’t wanna use CTAGS because of its inconvenience .
please ,help me out here! Thx !!!

1 Like

#2

In Sublime Text 3, F12 will look up the definition for the symbol under the cursor. CTRL+SHIFT+R brings up the search panel for all indexed symbols.

Sublime Text 2 doesn’t have this function built-in.

0 Likes

#3

Hey!

You should download the plugin ‘SublimeCodeIntel’. When you alt + click on a function, the plugin will automatically take you to the file/line where the function is defined!

Hope it helps!

0 Likes