Sublime Forum

How can I get a list of functions for javascript files in a larger window?

#1

I’m new to Sublime and I’m liking it a lot so far.
However, there’s one feature I’m missing or don’t know about.

Is it possible to get a view or window or sidebar showing a list of functions?
I used such a feature in another program (UltraEdit) to show me the names of all the Javascript functions names in the document that I’m viewing. Then I would just double click a name in this list and then the main window instantly scrolls to show the function.

I have found that Ctrl R will bring up a list of function names and I can click on it and see where in the page it is. But its not quite what I want because the window is small and can’t show all the functions at once and it disappears as soon as you click it. I would like to have a permanent and larger view so I can get a good overview.

Is this possible or does anyone know of a plug that does this?

thanks for your advice,
Lloyd

0 Likes

#2

This package should give you something useful: https://packagecontrol.io/packages/Outline

1 Like

#3

Yes, thank you very much, that’s what I wanted!

0 Likes