Sublime Forum

Pls add goto definition of variable for ST3, thanks

#1

Thanks.

0 Likes

#2

The problem of finding the correct definition for a variable declaration is very complex. It depends on the specific programming language you are using and often involves deep analysis of your source code. For example, I am currently developing tools for static analysis for C++ and I have to rely on some kind of compiler-frontend to lookup the right variable definition. What programming language are you using?

0 Likes

#3

i believe codewright does using user definable regular expressions.

0 Likes