server/code_actions_provider library
Classes
- CodeAction
- A code action that can be applied to fix or refactor code.
- CodeActionKind
- Kinds of code actions.
- CodeActionsProvider
- Provides code actions (quick fixes and refactoring suggestions).
- CodeCommand
- A command to execute.
- TextEdit
- A text edit to apply to a document.