Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path autocompletion has unneeded forward slash #9575

Closed
RocketRide9 opened this issue Feb 9, 2024 · 1 comment
Closed

Path autocompletion has unneeded forward slash #9575

RocketRide9 opened this issue Feb 9, 2024 · 1 comment
Labels
C-bug Category: This is a bug

Comments

@RocketRide9
Copy link

RocketRide9 commented Feb 9, 2024

Summary

I have this folder structure:

(.venv) ⬢ hxtest tree                
.
├── some_dir
│   └── 1file
└── test.py

2 directories, 2 files

content of test.py:

(.venv) ⬢ hxtest cat test.py 
a = open('so')

After navigating to second single quote, typing me and pressing down button, path is autocompleted to this a = open('some_dir\/') instead of a = open('some_dir/')

Reproduction Steps

I tried this:

  1. Recreate folder structure mentioned above
  2. helix test.py
  3. Type me after so
  4. Press down button to autocomplete path

I expected this to happen:
a = open('some_dir\/')

Instead, this happened:
a = open('some_dir/')

Helix log

~/.cache/helix/helix.log
please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines

Platform

Linux

Terminal Emulator

Prompt a79a6c

Installation Method

arch package

Helix Version

23.10

@RocketRide9 RocketRide9 added the C-bug Category: This is a bug label Feb 9, 2024
@pascalkuthe
Copy link
Member

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.

@helix-editor helix-editor locked and limited conversation to collaborators Feb 9, 2024
@pascalkuthe pascalkuthe converted this issue into discussion #9576 Feb 9, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
C-bug Category: This is a bug
Projects
None yet
Development

No branches or pull requests

2 participants