rust-analyzer(1.83.0) custom snippet do not works with helix(24.7) #12377
Unanswered
chenfengyuan
asked this question in
Troubleshooting
Replies: 1 comment
-
But If I change the
custom snippet works. Helix log~/.cache/helix/helix.log
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Summary
In helix + rust-analyzer(1.80.1), custom snippet works well,
~/.config/helix/languages.toml
file content is below:But after upgrade to 1.83.0(rustc + rust-analyzer), above config does not work.
https://users.rust-lang.org/t/after-upgrade-to-1-83-0-rust-analyzer-custom-snippets-not-works-as-expect/123249
Reproduction Steps
I tried this:
hx
I expected this to happen:
I can use custom snippet
Instead, this happened:
custom snippet not works
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
windows terminal 1.21.3231.0
Installation Method
repease pages
Helix Version
helix 24.7 (079f544)
Beta Was this translation helpful? Give feedback.
All reactions