shellcheck
shellcheck copied to clipboard
Provide shellcheck as LSP?
trafficstars
LSP is increasingly being used as the way to report information about code / code issues to the editor. Would it be possible / would it make sense / is there a way to get "shellcheck as a LSP server"? This could be very convenient to use shellcheck with, e.g., the helix editor.
(what is not completely clear to me is whether installing https://github.com/bash-lsp/bash-language-server with spellcheck installed on the machine, provides spellcheck through bash-language-server through the LSP; will ask there; if this is the case, then this is not super necessary, as this would mean spellcheck is available as a LSP with 1 level of inference :) )