Skip to content

Signature and hover feature do not work when using virutal environment #794

@binzhang-u5f6c

Description

@binzhang-u5f6c

Hi!
I use venv to manage my packages. I don't want to install pyls in each virtual environment. I found feature in #680 works for me. I add my virtual environment via jedi.environment in my config file. The completion feature work well. However, I cannot get any signature help or hover information. These features work well for packages not installed in virtual environment.

My configuration looks like:

"pyls": {
    "plugins": {
        "jedi.environment": "/absolute/path/to/my/venv/directory"
    }
}
  • OS: Arch Linux
  • editor: neovim v0.4.3
  • lsp client: coc.nvim v0.0.78
  • pyls v0.31.10

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