posit-dev / positron

Positron, a next-generation data science IDE
https://positron.posit.co
Other
2.83k stars 91 forks source link

Natively support path completions for files #5345

Open jthomasmock opened 1 week ago

jthomasmock commented 1 week ago

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

I would probably lean towards: https://open-vsx.org/extension/christian-kohler/path-intellisense

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.