[][src]Constant lsp_types::code_action_kind::REFACTOR_INLINE

pub const REFACTOR_INLINE: &str = "refactor.inline";

Base kind for refactoring inline actions: 'refactor.inline'

Example inline actions:

  • Inline function
  • Inline variable
  • Inline constant
  • ...