vote up 2 vote down star
2

Is there an editor for Unix shell scripts such as Bash that has a kind of function overview as most Eclipse editors? I have a really large shell script with a lot of functions here and I want to move quickly from one function to next.

Or is there any other way to get such an overview?

flag

2 Answers

vote up 1 vote down

The VIM taglist plugin also works for shell scripts. If you are a VIM user you might consider it...

It offers you a function list in a window split on the left, which you can use to navigate to function definitions.

link|flag
vote up 0 vote down check

As I'm mostly on Windows environments I had a look to Notepad++ plugins and found the Function List plugin. It's mainly what I'm looking for. As there is no documentation by the author have a look at an introductory blog post.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.