Interface | Description |
---|---|
ChangeInfo.Change |
Interface representing a single caret-positioning or user-modifiable
change.
|
EnhancedFix |
Fix enhanced by the possibility to be sorted by a different text than
the description.
|
Fix |
Allows to perform a change when the user selects the hint.
|
LazyFixList |
A list of fixes that allows lazy computation of the fixes for an error.
|
PositionRefresher |
Refresher invoked upon mouse click or Alt-Enter.
|
Class | Description |
---|---|
ChangeInfo |
Represents a set of changes made by a hint.
|
Context |
Context for
PositionRefresher
Provides position of current alt-enter invocation and its cancel status |
ErrorDescription |
Represents one error with a description text, span in the document, list
of fixes and a severity.
|
ErrorDescriptionFactory |
Factory class with static methods that allow creation of ErrorDescription.
|
HintsController |
One of the main entry points for the Editor Hints SPI.
|
Enum | Description |
---|---|
Severity |
Severity of the hint.
|