Skip to content

Does 'hover' need additional setup to make it work? #107

Closed
@nkakouros

Description

@nkakouros

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions