Eclipse 的 Bash 脚本插件?

2022-01-20 00:00:00 bash ide eclipse

有没有适合 Eclipse 的 bash 插件?我唯一的要求是语法高亮.我用谷歌搜索但没有看到任何看起来像 "the" bash 插件的东西.

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.

推荐答案

ShellEd 看起来很有希望,确实语法高亮,并有积极的评价,虽然我自己没有尝试过.Redhat 已批准发行版包含.在 Eclipse 站点上的 ShellEd 插件页面 和 安装说明在他们的wiki上.

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 on the ShellEd plugin page on the Eclipse site, and installation instructions on their wiki.

请注意,如果您运行的不是最新版本的 Eclipse(在撰写本文时,Juno),您将需要使用旧版本,例如 2.0.1 与 Indigo 兼容.

Note that if you're not running an up-to-date version of Eclipse (as of this writing, Juno) you'll need to use an older version, for instance 2.0.1 is compatible with Indigo.

相关文章