Sublime Forum

[C++] Symbol (class member) can be missing in Goto Symbol menu

#1

When working with C/C++ source code if there is a comment in the beginning of the line where function is defined or declared, then this function would not be presented in the symbol list (called by Ctrl+R).
For example if I comment out for some reason static keyword, this method SettingsManager::initialize() will not get into the list.

/*static*/ SettingManager::initialize();
0 Likes

#2
0 Likes

#3

Ooh! I didn’t notice that issue. Thank you for pointing this. Hopefully it will be fixed soon.

0 Likes