Texlab completions missing (c+x does not work anymore) #10627
Unanswered
yutanagano
asked this question in
Troubleshooting
Replies: 2 comments 6 replies
-
I hate this! You got results like me in my video? 2024-06-08-23-17-35.mp4 |
Beta Was this translation helpful? Give feedback.
1 reply
-
See #9139 |
Beta Was this translation helpful? Give feedback.
5 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
When editing a tex document with helix with texlab installed, I expect the texlab lsp to provide completions. I understand that there is a known limitation with texlab and helix in that sometimes the completions do not fully appear until you press c+x to re-request lsp completions, which worked until recently but now this no longer works. I use the latest version of texlab installed and built through linuxbrew (5.15.0)
Reproduction Steps
I tried this:
hx test.tex
\doc
I expected this to happen:
Completion prompt to contain directives like
\documentclass
.Instead, this happened:
Completion list is mostly empty, contains things like
\AtBeginDocument
Helix log
~/.cache/helix/helix.log
Platform
Linux (Fedora)
Terminal Emulator
Konsole
Installation Method
dnf copr repo
Helix Version
23.10
Beta Was this translation helpful? Give feedback.
All reactions