Hi everybody,
I hope you are going well.
i come back with another question :
In my .sublime-syntax, all scopes i need are correctly defined.
All my function names are indexed correctly in my project’s symbols.
I would like to list all these symbols filtered by “syntax” and by “type=function”. I have a lot of function by project and i would like to suggest the function names in the completion api.
With symbol_locations API, i can find a symbol that i know the name : sym=myfunction.
How to obtain from the API a list of all my project’s symbols where syntax="XPX and type=“function” ?
I have been searching for a while but no success.
Is it possible please ? and how to do that ?
On my project, i can use Goto Symbol in my Project… but it is interactive.
I would like an API to get a result list in my plugin code.
Thank’s in advance for your help.
Have a nice week.
Pascal