-
There are LSPs for Bash. There's even one that supports SC out-of-the-box. But what about other shells? Or, more specifically, POSIX-compliant ones?
Edit: Lines 877 to 926 in 614a744 The LSP I just mentioned should support almost any shell, despite the Bash-specific name. I find it quite confusing that [[language]]
name = "shell"
scope = "source.sh" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You could try plugging shellcheck into https://github.com/mattn/efm-langserver |
Beta Was this translation helpful? Give feedback.
-
I forgot to mark this as answered. Both the "Bash" LSP and Shellcheck support many shells, including POSIX |
Beta Was this translation helpful? Give feedback.
I forgot to mark this as answered. Both the "Bash" LSP and Shellcheck support many shells, including POSIX