We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As the user types, offer suggestions to complete their code.
Note: In order to offer code completion, a language server protocol (LSP) implementation is needed (see #40).
The text was updated successfully, but these errors were encountered:
if implement the LSPClient use Swift to call Rust version LSP server protocol, Is it acceptable?
Sorry, something went wrong.
@CreatorMetaSky as far as I know https://github.com/ChimeHQ/LanguageClient already offers a way to interact with the LSP servers natively. I haven't looked into it in detail yet though. Since we already use some of the great packages ChimeHQ provides this is probably the way to go.
ChimeHQ
@lukepistrol ok, If time permits, I will try to make a pull request using https://github.com/ChimeHQ/LanguageClient
thecoolwinter
No branches or pull requests
As the user types, offer suggestions to complete their code.
Note: In order to offer code completion, a language server protocol (LSP) implementation is needed (see #40).
Resources
Screenshot
The text was updated successfully, but these errors were encountered: