Sublime Forum

How to show 'static member' in C file under sublime3?

#1

Hi all,

I’m using sublime3, how to show ‘static member’ in C file? I use ‘command+r’ to call symbol window, but I found there are only function and macro, no static member. How to show static member?

Thank you~

0 Likes

#2

Try searching it via ‘command + ;’ (semicolon character). Maybe Sublime refers to static members as ‘term’ and not as ‘symbol’, and that is how you search for terms.

Here is more information about this and navigation in general:

http://docs.sublimetext.info/en/latest/file_management/file_navigation.html#supported-operators

0 Likes