Hi
Is it possible to list name of function in current open file? And maybe comment to function(description of function).
Thanks a lot
List of function in file
urt
#1
0 Likes
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
urt
#3
Super! And is it possible to show Function from all files in specific folder?
Thanks a lot
0 Likes
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