CodeAction
dotty.tools.dotc.reporting.CodeAction
A representation of a code action / fix that can be used by tooling to apply a fix to their code.
Value parameters
- description
-
An optional description of the fix.
- patches
-
The patches that this fix contains.
- title
-
The title of the fix, often showed to a user in their editor.
Attributes
- Graph
-
- Supertypes
Members list
In this article