AGhost-7/docker-dev

load virtualenv automatically for ycm

Closed this issue · 0 comments

Right now, its not able to grab completions for libraries not part of the standard library. This will need to detect:

  • if poetry is being used, load from that environment
  • if there is an env directory in the root of the project, with a bin/python executable, use that virtual environment.