Table of content
An example:
function hello() {
echo "Hello $1"
}
hello "Albert"
When you hoover your mouse over the hello call in last script line and press CTRL a
link to the function appears where you just can click and open the function.