You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apparently it sometimes happen when I autocomplete package that consists of more than or eq to two words, separated by -
I'm not sure if this is helix or nixd bug.
Reproduction Steps
I tried this:
install nixd, which gives the autocomplete feature
hx example.nix
write below in example.nix
{pkgs}:
pkgs.tailwindcss-language-servre
delete the last 2 words
{pkgs}:
pkgs.tailwindcss-
append lang so it becomes
{pkgs}:
pkgs.tailwindcss-lang
wait for the autocomplete and press tab
I expected this to happen:
it completes to tailwindcss-language-server
Instead, this happened:
it gave me tailwindcss-tailwindcss-language-server
it's inconsistent so you may have to try a few times to get it to reproduce.
Summary
When I autocomplete this,
I sometimes get this
which is not what I expect.
apparently it sometimes happen when I autocomplete package that consists of more than or eq to two words, separated by -
I'm not sure if this is helix or nixd bug.
Reproduction Steps
I tried this:
nixd
, which gives the autocomplete featurehx example.nix
example.nix
lang
so it becomesI expected this to happen:
it completes to
tailwindcss-language-server
Instead, this happened:
it gave me
tailwindcss-tailwindcss-language-server
it's inconsistent so you may have to try a few times to get it to reproduce.
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
kitty 0.38.1 created by Kovid Goyal
Installation Method
flake
Helix Version
helix 25.01 (ca19496)
The text was updated successfully, but these errors were encountered: