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
ConstructorDescriptionExtractStructureConstructorSupplier
(LanguageServerConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptiongetCodeActions
(CodeActionParams params, DocumentContext documentContext)
-
Constructor Details
-
ExtractStructureConstructorSupplier
@ConstructorProperties("configuration") public ExtractStructureConstructorSupplier(LanguageServerConfiguration configuration)
-
-
Method Details
-
getCodeActions
- Specified by:
getCodeActions
in interfaceCodeActionSupplier
-