Skip to content

IntelliJ shell scripting

Michael Hulse edited this page Jan 19, 2021 · 2 revisions
  1. Install plugin: Shell Script (bundled)
  2. brew install shellcheck
  3. Open shell script file
  4. Format using ⌥⌘L and the IDE will ask you to install Shfmt
  5. Hover over code and use ⌥⏎ to access Explainshell

Now you can write better shell scripts. :)

Clone this wiki locally