Replies: 1 comment
-
See #9139 (comment) |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I followed the instructions here to install texlab and tectonic. When typing a completion-trigger character and subsequent characters (eg,
\b
; expecting\begin
to appear) a large number of completions do not appear. The expected completions do appear in VS Code. Originally reported in matrix.Reproduction Steps
I tried this:
hx main.tex
(new file)\b
I expected this to happen:
\begin
and many others should appear in the completion optionsInstead, this happened:
\begin
does not appear and the list of completions is drastically smaller than what should appear.Helix log
~/.cache/helix/helix.log
**NOTE: the entire log was 47KB, so I grepped for helix_lsp**Notice this line:
2023-12-22T10:07:55.277 helix_lsp::transport [INFO] texlab <- {
. This line does not contain valid JSON. It's just an opening curly brace. This does not appear in the VS Code trace.Platform
macos
Terminal Emulator
kitty
Installation Method
source; On branch inline-diagnostics
Helix Version
helix 23.10 (b306b25)
Beta Was this translation helpful? Give feedback.
All reactions