VScode Pylance python file path autocompletion

368 Views Asked by At

Recently I've installed pylance server (earlier I used Jedi), but it turned out that I have my file path autocompletion turned off. In Jedi it is out-of-box. How can I enable this option?

Jedi: enter image description here

Pylance: enter image description here

I tried setting up "python.analysis.include": ["${workspaceFolder}"], but it doesn't do a thing "python.analysis.indexing": true also useless

1

There are 1 best solutions below

0
Dave Halter On

This is a feature only provided by Jedi. Pylance currently has no such feature.