Class ToggleCyclomaticComplexityInlayHintsCommandSupplier
java.lang.Object
com.github._1c_syntax.bsl.languageserver.commands.complexity.AbstractToggleComplexityInlayHintsCommandSupplier
com.github._1c_syntax.bsl.languageserver.commands.ToggleCyclomaticComplexityInlayHintsCommandSupplier
- All Implemented Interfaces:
CommandSupplier<ToggleComplexityInlayHintsCommandArguments>
@Component
public class ToggleCyclomaticComplexityInlayHintsCommandSupplier
extends AbstractToggleComplexityInlayHintsCommandSupplier
Поставщик команды переключения подсказок цикломатической сложности.
-
Field Summary
Fields inherited from interface com.github._1c_syntax.bsl.languageserver.commands.CommandSupplier
COMMAND_SUPPLIER_SUFFIX
-
Constructor Summary
ConstructorDescriptionToggleCyclomaticComplexityInlayHintsCommandSupplier
(CyclomaticComplexityInlayHintSupplier 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
-
ToggleCyclomaticComplexityInlayHintsCommandSupplier
public ToggleCyclomaticComplexityInlayHintsCommandSupplier(CyclomaticComplexityInlayHintSupplier complexityInlayHintSupplier)
-