IntelliJ shell scripting - mhulse/mhulse.github.io GitHub Wiki
- Install plugin: Shell Script (bundled)
brew install shellcheck
- Open shell script file
- Format using ⌥⌘L and the IDE will ask you to install
Shfmt
- Hover over code and use ⌥⏎ to access
Explainshell
Now you can write better shell scripts. :)