Hello Friends
For Visual Studio Code used for Linux scripting (bash/shell) purposes and considering the following scenario:
- Having a
.sh
file with 20 functions declared
With What extension would be possible do the following sequence of events?:
- Through either a keyboard shortcut or mouse support
- open a dialog window showing all the functions
- do click to go directly to a specific function
Is possible?
Thank You