Sublime Forum

ShowFunctionName

#1

Some of my functions are really long and when I’m searching through files, I want to know what function I’m in. Therefore, I took a stab at making a plugin to tell me where I am.

github.com/huyqt/ShowFunctionName

I know there are some improvements such as going back by word instead of by character and have an option for a real time mode, but this is the first version (and first plugin) that I’ve made.

There are somethings that I still have no clue about (why does “view.sel()[0].b” = the current pointer by character and regions and what not, but I’ll figure it out eventually) so please bear with me.

Any suggestions are welcome! Hopefully this is useful to someone else.

0 Likes