Crates.io | lsp-types |
lib.rs | lsp-types |
version | 0.97.0 |
source | src |
created_at | 2019-01-11 20:05:25.140469 |
updated_at | 2024-06-04 12:38:56.735619 |
description | Types for interaction with a language server, using VSCode's Language Server Protocol |
homepage | |
repository | https://github.com/gluon-lang/lsp-types |
max_upload_size | |
id | 108005 |
size | 388,368 |
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.
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.