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
When editing a tex-file using hx with texlab LSP there are no snippets shown from the LSP.
However, they work with the same LSP (and version) in neovim and vscode.
Reproduction Steps
I tried this:
Opening tex file in hx with texlab LSP and typing \begin on a new line
I expected this to happen:
Autocomplete offering a begin snippet that also adds \end and let me edit the name of the environment at both places at once
Instead, this happened:
No snippet shown
While testing it randomly worked a single time but never again.
Texlab uses incomplete completion rerequests (and isn't nearly as good at guessing what you want as other severs like RA). Helix, doesn't support these yet, that is a known limitation. You can press c-x to request new completions which will usually contain what you need.
Once #8021 is merged we can implement that part of the spec so the request is automatic
Summary
When editing a tex-file using hx with texlab LSP there are no snippets shown from the LSP.
However, they work with the same LSP (and version) in neovim and vscode.
Reproduction Steps
I tried this:
hx
with texlab LSP and typing\begin
on a new lineI expected this to happen:
\end
and let me edit the name of the environment at both places at onceInstead, this happened:
Recoding: https://asciinema.org/a/kSEMnunY6qDjA2yEB80AkJtXm
Helix log
~/.cache/helix/helix.log
Log exceeds 65536 chars: https://pastebin.com/ZGEbZTRRPlatform
Linux
Terminal Emulator
alacritty 0.12.3 (5efb0690)
Installation Method
Arch AUR: helix-git
Helix Version
helix 23.10 (d5e6749)
The text was updated successfully, but these errors were encountered: