From 961416b772819b4f61243216d89057b1b571f01a Mon Sep 17 00:00:00 2001 From: payne911 <38117856+payne911@users.noreply.github.com> Date: Thu, 15 Dec 2022 18:47:59 -0500 Subject: [PATCH] Mention JetBrains IDE integration --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f3e4a9..20a6261 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ You can see ShellCheck suggestions directly in a variety of editors. * VSCode, through [vscode-shellcheck](https://github.com/timonwong/vscode-shellcheck). +* JetBrains products (IntelliJ, Android Studio, PyCharm, etc.), through [Shell Script](https://plugins.jetbrains.com/plugin/13122-shell-script). + * Most other editors, through [GCC error compatibility](shellcheck.1.md#user-content-formats). ### In your build or test suites