Interface QuickFixProvider
- All Known Implementing Classes:
CanonicalSpellingKeywordsDiagnostic,CommentedCodeDiagnostic,ConsecutiveEmptyLinesDiagnostic,DeprecatedTypeManagedFormDiagnostic,EmptyRegionDiagnostic,EmptyStatementDiagnostic,InvalidCharacterInFileDiagnostic,MissingSpaceDiagnostic,OneStatementPerLineDiagnostic,SemicolonPresenceDiagnostic,SpaceAtStartCommentDiagnostic,UsingThisFormDiagnostic
public interface QuickFixProvider
-
Method Summary
Modifier and TypeMethodDescriptionList<org.eclipse.lsp4j.CodeAction>getQuickFixes(List<org.eclipse.lsp4j.Diagnostic> diagnostics, org.eclipse.lsp4j.CodeActionParams params, DocumentContext documentContext)
-
Method Details
-
getQuickFixes
List<org.eclipse.lsp4j.CodeAction> getQuickFixes(List<org.eclipse.lsp4j.Diagnostic> diagnostics, org.eclipse.lsp4j.CodeActionParams params, DocumentContext documentContext)
-