[-] [email protected] 3 points 4 days ago

Bash LSP server can use shellcheck and shfmt but you have to install those manually.

[-] [email protected] 7 points 4 days ago

Funny thing is that LSP was actually created for VSCode. That's the now standard protocol to decouple language specific things (completion, formatting, linting…) from the editor so you don't have to use an editor for each language. You can now use any editor that supports LSP, either directly or through a plugin, and turn it into a fully fledged IDE by installing the LSP servers for the language you need. I guess some VSCode plugins use LSP under the hood and just embed the server.

[-] [email protected] 6 points 4 days ago

Is pluging a LSP server that hard on vscode/intellij? Because it's automatic with a lot of LSP clients, open a .sh file, get asked if you want to install the corresponding LSP server, answer yes and that's it. Some LSP clients don't do automatic server install but you just have to install the server with your packet manager. At least that's how it is with vim / emacs.

[-] [email protected] 15 points 4 days ago

You don't need a plugin, just use the bash LSP server with any editor that support LSP servers. It supports explainshell, shellcheck and shfmt.

[-] [email protected] 6 points 3 weeks ago

uBlock Origin also does a lot more than just block request, I'm not sure features like cname uncloacking would be feasible as an userscript.

[-] [email protected] 20 points 3 weeks ago

Why would you trust Greasemonkey and some random script over uBlockOrigin?

Also it might be possible to do it partly but performance would inevitably be worse and I'm not sure every functionality would be implementable.

ivn

joined 10 months ago