Class FixAllCodeActionSupplier
java.lang.Object
com.github._1c_syntax.bsl.languageserver.codeactions.AbstractQuickFixSupplier
com.github._1c_syntax.bsl.languageserver.codeactions.FixAllCodeActionSupplier
- All Implemented Interfaces:
CodeActionSupplier
-
Field Summary
Fields inherited from class com.github._1c_syntax.bsl.languageserver.codeactions.AbstractQuickFixSupplier
quickFixSupplier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Stream<CodeAction>
processDiagnosticStream
(Stream<Diagnostic> diagnosticStream, CodeActionParams params, DocumentContext documentContext) Methods inherited from class com.github._1c_syntax.bsl.languageserver.codeactions.AbstractQuickFixSupplier
getCodeActions
-
Constructor Details
-
FixAllCodeActionSupplier
-
-
Method Details
-
processDiagnosticStream
protected Stream<CodeAction> processDiagnosticStream(Stream<Diagnostic> diagnosticStream, CodeActionParams params, DocumentContext documentContext) - Specified by:
processDiagnosticStream
in classAbstractQuickFixSupplier
-