Class ToggleCognitiveComplexityInlayHintsCommandSupplier
java.lang.Object
com.github._1c_syntax.bsl.languageserver.commands.complexity.AbstractToggleComplexityInlayHintsCommandSupplier
com.github._1c_syntax.bsl.languageserver.commands.ToggleCognitiveComplexityInlayHintsCommandSupplier
- All Implemented Interfaces:
CommandSupplier<ToggleComplexityInlayHintsCommandArguments>
@Component
public class ToggleCognitiveComplexityInlayHintsCommandSupplier
extends AbstractToggleComplexityInlayHintsCommandSupplier
Поставщик команды переключения подсказок когнитивной сложности.
-
Field Summary
Fields inherited from interface CommandSupplier
COMMAND_SUPPLIER_SUFFIX -
Constructor Summary
ConstructorsConstructorDescriptionToggleCognitiveComplexityInlayHintsCommandSupplier(CognitiveComplexityInlayHintSupplier complexityInlayHintSupplier) -
Method Summary
Methods inherited from class AbstractToggleComplexityInlayHintsCommandSupplier
execute, getCommandArgumentsClass, needRefreshInlayHintsAfterExecuteCommandMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CommandSupplier
createCommand, getId, needRefreshCodeLensesAfterExecuteCommand
-
Constructor Details
-
ToggleCognitiveComplexityInlayHintsCommandSupplier
public ToggleCognitiveComplexityInlayHintsCommandSupplier(CognitiveComplexityInlayHintSupplier complexityInlayHintSupplier)
-