You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.