Sublime Forum

Goto declaration/definition

#1

Hi
I’m currently using Eclipse CDT for C/C++ development but Id’ like to switch to Sublime. As every non Java developer I don’t really like Eclipse :smile:. The only reason keeping Eclipse is the code indexing with features such as finding the definition/implementation of variables, functions,… The Goto Symbols and Goto Definition functions of Sublime are similar but quiet weak for C/C++ and only applicable to functions. Is there a plugin to improve this feature similar to Eclipse?

Regards
Griff

0 Likes

#2

+1

0 Likes

#3

So far as I know ST3’s symbol indexing for goto definition etc… is based on the .tmLanguage file. Theoretically the file can be modified to provide hints to the symbol indexer. It’d be useful to get some info from Jon about what the indexer looks for, or perhaps someone knows this already… If there is documentation about this could someone paste a link in this thread?

0 Likes