LuckyGeck / YcmdCompletion

Sublime Text 3 plugin for C++ code completion and error highlighting, based on Ycmd server
MIT License
41 stars 17 forks source link

implement "GoTo" series subcommand #22

Closed divinites closed 7 years ago

divinites commented 8 years ago

Is it possible to implement GoToDeclarations, GoToReferences command? I tried to pass args "GoToReferences" instead of "GoTo", But nothing happens.

LuckyGeck commented 8 years ago

I think this PR https://github.com/LuckyGeck/YcmdCompletion/pull/10 added needed functionality.