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 com.github._1c_syntax.bsl.languageserver.commands.CommandSupplier
COMMAND_SUPPLIER_SUFFIX
-
Constructor Summary
ConstructorDescriptionToggleCognitiveComplexityInlayHintsCommandSupplier
(CognitiveComplexityInlayHintSupplier complexityInlayHintSupplier) -
Method Summary
Methods inherited from class com.github._1c_syntax.bsl.languageserver.commands.complexity.AbstractToggleComplexityInlayHintsCommandSupplier
execute, getCommandArgumentsClass, needRefreshInlayHintsAfterExecuteCommand
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.github._1c_syntax.bsl.languageserver.commands.CommandSupplier
createCommand, getId, needRefreshCodeLensesAfterExecuteCommand
-
Constructor Details
-
ToggleCognitiveComplexityInlayHintsCommandSupplier
public ToggleCognitiveComplexityInlayHintsCommandSupplier(CognitiveComplexityInlayHintSupplier complexityInlayHintSupplier)
-