porcupine icon indicating copy to clipboard operation
porcupine copied to clipboard

venv switching --> no autocompletions

Open Akuli opened this issue 3 years ago • 0 comments

Create two venvs, /tmp/e and /tmp/e2. Install numpy into /tmp/e but not into /tmp/e2. Then go to Porcupine, create /tmp/asdf.py and activate /tmp/e2 in Porcupine by right-clicking it.

Write this to asdf.py.

import numpy
numpy.l

Because e2 is activate, pressing tab doesn't show any completions. Right-clicking e and activating it doesn't make the completions show up, unless you close and reopen the file, which restarts the langserver.

Akuli avatar Oct 06 '21 10:10 Akuli