Docs.rs
languageserver-types-0.54.0
languageserver-types 0.54.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Marwes
autozimu
Xanewok
Dependencies
bitflags ^1.0.1
normal
num-derive ^0.2.2
normal
num-traits ^0.2
normal
serde ^1.0.34
normal
serde_derive ^1.0.34
normal
serde_json ^1.0.0
normal
url ^1.1.0
normal
url_serde ^0.2.0
normal
Versions
65.14%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
languageserver_
types
0.54.0
In languageserver_
types::
code_
action_
kind
languageserver_types
::
code_action_kind
Constant
QUICKFIX
Copy item path
Source
pub const QUICKFIX: &'static
str
= "quickfix";
Expand description
Base kind for quickfix actions: ‘quickfix’