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