Class CodeActionProvider
java.lang.Object
com.github._1c_syntax.bsl.languageserver.providers.CodeActionProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<org.eclipse.lsp4j.CodeAction>
createCodeActions
(List<org.eclipse.lsp4j.TextEdit> textEdits, String title, URI uri, List<org.eclipse.lsp4j.Diagnostic> diagnostics) List<org.eclipse.lsp4j.jsonrpc.messages.Either<org.eclipse.lsp4j.Command,
org.eclipse.lsp4j.CodeAction>> getCodeActions
(org.eclipse.lsp4j.CodeActionParams params, DocumentContext documentContext)
-
Constructor Details
-
CodeActionProvider
@ConstructorProperties("codeActionSuppliers") public CodeActionProvider(List<CodeActionSupplier> codeActionSuppliers)
-
-
Method Details
-
createCodeActions
-
getCodeActions
public List<org.eclipse.lsp4j.jsonrpc.messages.Either<org.eclipse.lsp4j.Command,org.eclipse.lsp4j.CodeAction>> getCodeActions(org.eclipse.lsp4j.CodeActionParams params, DocumentContext documentContext)
-