Path autocompletion has unneeded forward slash #9576
Unanswered
RocketRide9
asked this question in
General
Replies: 1 comment 1 reply
-
Helix doesn't provide path completions. I guess they may be provided by your python language server in that case you should report this issue to them. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I have this folder structure:
content of
test.py
:After navigating to second single quote, typing
me
and pressing down button, path is autocompleted to thisa = open('some_dir\/')
instead ofa = open('some_dir/')
Reproduction Steps
I tried this:
helix test.py
me
afterso
I expected this to happen:
a = open('some_dir\/')
Instead, this happened:
a = open('some_dir/')
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
Prompt a79a6c
Installation Method
arch package
Helix Version
23.10
Beta Was this translation helpful? Give feedback.
All reactions