Sublime Forum

Indexing API

#1

I love sublime text, and bought st3, but for full happiness i need api through which i can add symbols to index, add rules to index, check is some symbols in index or not, and etc.
When ST3 became stable, any chances to see this kind of API here?)

Thank you for answers, and sorry for my bad english language skills

0 Likes

#2

There are 3 API methods as of now for working with symbols but they are all read-only. Go to sublimetext.com/docs/3/api_reference.html and Ctrl+f search for “symbol”.

If you need to modify the symbol list you can do so implicitly by modifying your language’s tmPreferences.

0 Likes