Python path autocomplete: be aware of the rest of the string #10563
-
|
It would be great if path completion in Python could take into account the rest of the string that is on the RHS of the cursor. Currently it doesn't, which leads to e.g. duplicated file extensions: foo.py.-.tidypolars.-.Positron.2025-11-14.16-31-16.mp4In a sense, that's similar to #2574 but for path completion. Maybe related to #5345 too. Positron Version: 2025.11.0 (user setup) build 234 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Thank you for the feedback! I added this note to #5345, for when we look at natively (i.e. not using the Jedi behavior) providing path completions for Python. |
Beta Was this translation helpful? Give feedback.
Thank you for the feedback! I added this note to #5345, for when we look at natively (i.e. not using the Jedi behavior) providing path completions for Python.