The Jedi LSP folks are planning to remove path completions on their side, so for now, I would probably try an extension for now.
I did try the Path Intellisense and Path Autocomplete extensions which seems to resolve the issue when auto-completing at the . -- note that I had to start using Ctrl+Space to initiate the auto-complete rather than Tab
We should handle path completions on our own without requiring an extension, and eventually, it looks like Jedi will stop supporting file-name completions for Python.
Originally posted by @jthomasmock in #5193
We should handle path completions on our own without requiring an extension, and eventually, it looks like Jedi will stop supporting file-name completions for Python.