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
Whenever I type $, which indicates the use of a variable, I get the correct suggestions. However, the language server also starts the name of the variable with a $, and when choosing one of those, then I'll end up with two $ instead of just one.
Since this is correctly working in neovim, I guessed that this is an issue with helix.
Summary
I am using phpactor as a PHP language server, and I have set it up as described in https://github.com/helix-editor/helix/wiki/Language-Server-Configurations#phpactor.
Whenever I type
$
, which indicates the use of a variable, I get the correct suggestions. However, the language server also starts the name of the variable with a$
, and when choosing one of those, then I'll end up with two$
instead of just one.Since this is correctly working in neovim, I guessed that this is an issue with helix.
Reproduction Steps
https://asciinema.org/a/cDsdxP9byICH7nexZ0i16YDv0
I would have expected to only see
$variable
instead of$$variable
in line 5.Helix log
~/.cache/helix/helix.log
Platform
macOs
Terminal Emulator
kitty 0.38.1
Installation Method
brew
Helix Version
helix 25.1 (dabfb6c)
The text was updated successfully, but these errors were encountered: