
Submitted by:
Date Created:
Mon, 2017-07-10 06:27
Date Updated:
Sat, 2021-07-17 10:41
This plugin is a bash script editor
Features:
- Integrated bash debugger
- Run bash scripts from IDE by configurable parameters, environment variables etc.
- Templates (some defaults + customizable)
- Tasks (some defaults + customizable)
- Syntax highlighting
- Outline
- Can be sorted alphabetical
- Can open call hierarchy for a function (context menu)
- Quick-Outline (CTRL + o )
- Open referenced functions by hyperlink (script, project or even workspace scope possible)
- Bash Call Hierarchy
- Mark occurrences in editor by double click to
- Variables
- Functions
- Feature can be toggled at toolbar ("Toggle Mark Occurrences (ALT+SHIFT+O)"
- Validation
- Simple code completion (keywords + existing words)
- Colors can be customized. Also additional defaults for dark theme exists.
- Bracket switching + highlighting
- Block commenting (CTRL+7)
- Auto bracket closing for []
- Small
- Tooltips for keywords (offline description + link to online information)
- Works on Linux, Windows and Mac out of the box.
- Save Actions
- External Tool can be used for auto format on save, default is set to beautysh
Additional links