-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
ltex-ls with zed #311
Comments
This is very nice, but I do not know how to turn this into an extension... |
Oops true, that doesn't answer your question, sorry. To download that extension you need to open extensions on zed and search for "ltex". The result should be one with Vitaly Slobodin as the author and the github I linked as the repository. |
If that’s the one, then I am not 100% sure… I do not see word completion and suggestions while I type; but I see underlined words with the corresponding error in the status bar when I hover over them. How do I get it to show completions and suggestions for correction / learning (like ltex does under VSCode)?(I apologize if I am becoming annoying, but I am still learning Rust so I do not feel confident to try to add features myself at this stage.)Am 09.10.2024 um 18:25 schrieb Eduardo ***@***.***>:
Oops true, that doesn't answer your question, sorry.
To download that extension you need to open extensions on zed and search for "ltex". The result should be one with Vitaly Slobodin as the author and the github I linked as the repository.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Don't worry about being annoying. About word completion and suggestions while typing I think it could be activated (I have copilot so I cannot try if it works 100% sure) via completionEnabled setting on ltex configuration. At settings.json: {
"lsp": {
"ltex": {
"settings": {
"ltex": {
"completionEnabled": true
}
}
}
}
} |
It works! Now I just have to find how to reduce the delay. |
Hello,
as the title line hints, how do I get ltex-ls to work in zed?
Roberto
The text was updated successfully, but these errors were encountered: