https://github.com/gluon-lang/lsp-types
Types for communicating with a language server
https://github.com/gluon-lang/lsp-types
language-server-protocol rust
Last synced: 6 months ago
JSON representation
Types for communicating with a language server
- Host: GitHub
- URL: https://github.com/gluon-lang/lsp-types
- Owner: gluon-lang
- License: mit
- Created: 2016-10-21T20:10:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T11:26:57.000Z (almost 2 years ago)
- Last Synced: 2025-04-13T18:00:12.410Z (about 1 year ago)
- Topics: language-server-protocol, rust
- Language: Rust
- Size: 745 KB
- Stars: 362
- Watchers: 13
- Forks: 96
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# lsp-types [](https://travis-ci.org/gluon-lang/lsp-types) [](https://docs.rs/crate/lsp-types)
Types useful for interacting with a [language server](https://code.visualstudio.com/blogs/2016/06/27/common-language-protocol).
Supports Language Server Protocol (LSP) version 3.16.0.
Proposed 3.17 features can be activated using the `proposed` feature flag.
- **NOTE** that these are unstable and may change between releases.
## Contributing
If you are making a change which adds, removes or modifies the LSP API it is highly appreciated if you link to the spec where this change is described. This gives context to whether the change should be an experimental addition and lets the reviewer double check the changes easily against the spec.
## Links
[Stable Protocol reference](https://github.com/microsoft/language-server-protocol/tree/gh-pages/_specifications/lsp/3.17/specification.md)
[Proposed Protocol reference](https://github.com/microsoft/language-server-protocol/blob/gh-pages/_specifications/lsp/3.18/specification.md)