3

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

RegreTTO
  • 53
  • 4

1 Answers1

1

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

Dave Halter
  • 15,556
  • 13
  • 76
  • 103