Sublime Forum

Output list of symbols (Ctrl + R) to pane

#1

Is there a way to output the list of symbols that come up with Ctrl+R to a pane or an output file?

I’m specifically working with LSP + Clang + ST4 for C and C++

0 Likes

#2

See https://www.sublimetext.com/docs/api_reference.html#sublime.View.indexed_symbols

1 Like