Sublime Forum

How to include variables indexes to goto definition?

#1

So I want to get to the definition of a variable, or even an object in C++. I already tried using CTags package, and making

"opts" : ["--kinds-C++={+all} --kinds-C=+{all}"],

to my preferences settings (and even to the CTags package preferences).

Does anybody know how to make it possible for me to index the variables too?

Regards,

0 Likes