Sublime Forum

"Goto reference" for C++ seems to only work on functions?

#1

“Goto reference” (Shift+F12) works perfectly fine for C++ functions, but doesn’t work at all for C++ classes or variables. Can it be fixed somehow?

Sublime 4, Build 4143

0 Likes

#2

Classes and variables are currently not or only insufficiently scoped. Hence can’t be specified as “Goto Reference” targets.

Best chance to get a functionality like that is using LSP and LSP-clangd

0 Likes