具有功能概述的 GUI shell 脚本编辑器

发布于 2024-08-06 22:28:09 字数 139 浏览 2 评论 0原文

是否有一个用于 Unix shell 脚本(例如 Bash)的编辑器具有与大多数 Eclipse 编辑器一样的功能概述?我有一个非常大的 shell 脚本,其中有很多函数,我想快速从一个函数移动到下一个函数。

或者还有其他方法可以获得这样的概述吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

超可爱的懒熊 2024-08-13 22:28:09

VIM taglist 插件 也适用于 shell 脚本。如果您是 VIM 用户,您可能会考虑它...

它在左侧的窗口拆分中为您提供了一个函数列表,您可以使用它导航到函数定义。

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.

浅忆 2024-08-13 22:28:09

由于我主要使用 Windows 环境,因此我查看了 Notepad++ 插件并找到了 功能列表插件。这主要是我正在寻找的东西。由于作者没有提供任何文档,请查看 介绍性博客文章

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.

水水月牙 2024-08-13 22:28:09

Geany 可以轻松地实现这一点,也许最糟糕的是 Windows 中的 Linux 虚拟机,因此您可以在方便时使用此工具和其他工具。
但 Notepad++ 很棒。 gedit 也有为此取消级别的插件。

Geany can hold this easily, maybe worst the effort of a linux virtual machine inside your windows, so you can use this and others tools when it comes in handy.
But Notepad++ is amazing. gedit have plugins deleveloped for this too.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文