IdeQuickFix class

A quick-fix action surfaced alongside an IdeDiagnostic in the VS Code extension.

Constructors

IdeQuickFix({required String title, required String command, required String kind, String? message})
Creates an IdeQuickFix.
const

Properties

command String
VS Code command identifier that executes the fix.
final
hashCode int
The hash code for this object.
no setterinherited
kind String
VS Code code-action kind, e.g. 'quickfix' or 'refactor'.
final
message String?
Optional detail message shown in the action description.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Human-readable label shown in the editor lightbulb menu.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited