Class ExtractStructureConstructorSupplier
java.lang.Object
com.github._1c_syntax.bsl.languageserver.codeactions.ExtractStructureConstructorSupplier
- All Implemented Interfaces:
CodeActionSupplier
@Component
public class ExtractStructureConstructorSupplier
extends Object
implements CodeActionSupplier
-
Constructor Summary
ConstructorsConstructorDescriptionExtractStructureConstructorSupplier
(LanguageServerConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptionList<org.eclipse.lsp4j.CodeAction>
getCodeActions
(org.eclipse.lsp4j.CodeActionParams params, DocumentContext documentContext)
-
Constructor Details
-
ExtractStructureConstructorSupplier
@ConstructorProperties("configuration") public ExtractStructureConstructorSupplier(LanguageServerConfiguration configuration)
-
-
Method Details
-
getCodeActions
public List<org.eclipse.lsp4j.CodeAction> getCodeActions(org.eclipse.lsp4j.CodeActionParams params, DocumentContext documentContext) - Specified by:
getCodeActions
in interfaceCodeActionSupplier
-