Sublime Forum

symList – clickable function list for Sublime Text

#1

Hi,

symList it a small script I created for personal use (but might also be useful for others) trying to offer something like the clickable functions list in UltraEdit:

https://blog.thul.org/technik/downloads/symlist-clickable-function-list-for-sublime-text/

It’s far from being perfect (and maybe also far from being finished) but at least it helps me whenever I feel the need to have a clickable functions list.

It’s also the first Python script I ever wrote, so maybe don’t look too close at the code :slight_smile:

0 Likes

#2

Hi,

I’ve hoped a feature like this since i started to use ST3.
However, i’ve question:
Is it possible to make my own template for the list ? To decide what the tool display ?

Thank you

0 Likes

#3

Hi beware,

symList doesn’t decide. It just uses the internal symbols list generated by Sublime Text (the same you get when pressing Ctrl+R) and displays that list in a seperate, clickable view.

0 Likes

#4

@beware: Look here: http://docs.sublimetext.info/en/latest/reference/symbols.html?highlight=symbol

Since @anmith’s plugin uses the internal symbol definitions, modifying them should get you what you want (I did not test).

0 Likes