lsp-types

Crates.iolsp-types
lib.rslsp-types
version0.97.0
sourcesrc
created_at2019-01-11 20:05:25.140469
updated_at2024-06-04 12:38:56.735619
descriptionTypes for interaction with a language server, using VSCode's Language Server Protocol
homepage
repositoryhttps://github.com/gluon-lang/lsp-types
max_upload_size
id108005
size388,368
Junfeng Li (autozimu)

documentation

https://docs.rs/lsp-types

README

lsp-types Build Status Documentation

Types useful for interacting with a language server.

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

Proposed Protocol reference

Commit count: 737

cargo fmt