-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: "prefix" doesn't seem to work #1003
Comments
Info from
The pylsp part is because I need to include python snippets in my project and I test them before |
@paaguti The problem is that the LSP client sends the configuration in an unexpected format. The config that texlab receives should look like this: {"jsonrpc":"2.0","method":"workspace/didChangeConfiguration","params":{"settings":{"completion":{"matcher":"prefix"}}}} |
However, `pylsp' seems to accept its name as part of the JSON:
|
I compiled from github yesterday and I still don't see completion->prefix working correctly. This is my texlab.log:
|
@paaguti Thanks for providing the log file. The problem is that the server sets |
Emacs master is sending this to texlab:
when I'm trying to select prefix matching.
But it will match
\usepackage
when typing\usea
This doesn't seem to be correct. I just wonder who is creating the misunderstanding here...
The text was updated successfully, but these errors were encountered: