Are there any decent bash plug-ins for Eclipse? My only requirement is syntax highlighting. I've googled about but did not see anything that looked like "the" bash plug-in.

link|improve this question

feedback

4 Answers

up vote 29 down vote accepted

ShellEd looks promising, does syntax highlighting, and has positive reviews, although I've not tried it myself. It was approved for distro inclusion by Redhat. There's a little more info, (including install instructions in the comments), on the ShellEd plugin page on the Eclipse site.

link|improve this answer
1  
I am using this plugin, and it is quite usefull. – romaintaz Aug 31 '09 at 11:00
@romaintaz How did you install it? Can you please take a look at stackoverflow.com/questions/5064250/… – London Feb 21 '11 at 10:00
This plugin is great! One question: does anyone know how to get the syntax highlighting to support bash's HEREDOC syntax? For example: cat>/tmp/somefile.out<<'EOF' THIS TEXT SHOULD BE HILIGHTED AS A HEREDOC THIS $VARIABLE AND QUOTES SHOULD NOT BE HILIGHTED, BECAUSE WE'RE USING A QUOTED 'EOF' EOF – TrinitronX Apr 29 '11 at 20:11
4  
Man, this sucks. More trouble than it's worth. I'll just use TextMate. – Patrick Fisher Jul 26 '11 at 7:08
that "ShellEd plugin page" link is broken. No doco anywhere on the sourceforge site. What's the point of a plugin that's hard to install? – Steve Bennett Jan 5 at 1:56
show 3 more comments
feedback

I like Shelled as well. If you install it now, you need to download the zip file and point to it in the install new software wizard in Eclipse. You'll also need to install the man plugin from

http://download.eclipse.org/technology/linuxtools/update
link|improve this answer
feedback

Just follow the official instructions from ShellEd's InstallGuide

link|improve this answer
feedback

Debugger for Bash version 3(Bourne again shell).
Plugin for Eclipse. Will only work with shell script editor ShellEd. basheclipse

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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