languageserver_types::code_action_kind

Constant SOURCE

Source
pub const SOURCE: &'static str = "source";
Expand description

Base kind for source actions: source

Source code actions apply to the entire file.