-
Notifications
You must be signed in to change notification settings - Fork 701
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
[GSoC] Language Server Protocol Plugin Support #659
Comments
@betterclever great, I think this is a good high-level overview. For now, I think that 'workspaces' should be managed by the plugin (the last step, here) maybe with help from the LSP library. Essentially the plugin will know every file that gets opened, and it can go looking for We should consider that a single LSP client plugin, in xi, might actually be running multiple LSP sessions, if multiple workspaces are open. (I think this is how it would work?). |
@cmyr, hey, any progress? What is the state of LSP support in Xi? Thanks! |
Many (most?) bits have PRs that at least were in a relatively working state. However they got kind of stuck in a discussion of how these things should be communicated to the client... The annotations PR (#1010) is one step towards specifying that. |
@skyne98 there was a bunch of exploratory work on this this summer, but the conclusion of that was that we should step back and work on incrementally adding support for the features that will enable LSP support in the future. The issue linked above is a first step there. |
Currently, the further development is stalled until this new plugin system is written: #845 |
This is a roadmap of the the steps planned by me to add support for the Language Server Protocol (LSP) Plugin Support in the Xi Editor.
Roadmap
Will be refined over time
features.
TODO: More refined steps after the 4th step.
Planning
The basic architecture currently planned (needs review) can be described by the following picture.
Roadblocks / Open Questions.
The text was updated successfully, but these errors were encountered: