Sublime Forum

Ctrl+click feature

#1

Hi,

I used eclipse and netbeans. They both have the feature of ctrl+click that when used opens the right file to wich the function I clicked on belongs.

Tried it in sublime text 2, but nothing happens.

Is there another way to do the same think?

Thank you

0 Likes

#2

What language are you programming in? I recommend checking out SublimeClang.

0 Likes

#3

php

0 Likes

#4

I use the CTags plugin and find it’s pretty good. Once you generate tags (ctrl-t ctrl-r) you can ctrl-shift-click on a function to jump to its definition (or be prompted with a list of options if there is ambiguity).

Ctrl-click by default is used to set multiple cursors. You could rebind the CTags ctrl-shift-click to ctrl-click if you were desperate enough.

0 Likes