Closed
Description
On the vs code page for this language server's plugin it says:
o get documentation for flags on hover (thanks to explainshell), run the explainshell Docker container:
docker run --rm --name bash-explainshell -p 5000:5000 chrismwendt/codeintel-bash-with-explainshell
And add this to your VS Code settings:
"bashIde.explainshellEndpoint": "http://localhost:5000",
I am using neovim. I have 'go to declaration' and some diagnostics working. However, 'hover' does nothing. Should I follow extra steps to set it up or is it incompatible with neovim?
Metadata
Metadata
Assignees
Labels
No labels