“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
“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
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