Sublime Forum

List of function in file

#1

Hi
Is it possible to list name of function in current open file? And maybe comment to function(description of function).
Thanks a lot

0 Likes

#2

You can use Goto Symbol (ctrl + r). Items that have the f icon are most likely functions. You can navigate and jump to the function definition as well. Example for a python file.

1 Like

#3

Super! And is it possible to show Function from all files in specific folder?
Thanks a lot

0 Likes

#4

There is a Goto Symbol in Project (ctrl + shift + r) that lists all symbols in project (current window among all folders in sidebar). That’s probably closest you’ll get.

0 Likes