Class CyclomaticComplexityCodeLensSupplier

java.lang.Object
com.github._1c_syntax.bsl.languageserver.codelenses.AbstractMethodComplexityCodeLensSupplier
com.github._1c_syntax.bsl.languageserver.codelenses.CyclomaticComplexityCodeLensSupplier
All Implemented Interfaces:
CodeLensSupplier<AbstractMethodComplexityCodeLensSupplier.ComplexityCodeLensData>

@Component @Order(5) public class CyclomaticComplexityCodeLensSupplier extends AbstractMethodComplexityCodeLensSupplier
Сапплаер линз, показывающий цикломатическую сложность методов.
  • Constructor Details

    • CyclomaticComplexityCodeLensSupplier

      public CyclomaticComplexityCodeLensSupplier(LanguageServerConfiguration configuration, ToggleCyclomaticComplexityInlayHintsCommandSupplier commandSupplier, Resources resources)
      Конструктор поставщика линз цикломатической сложности.
      Parameters:
      configuration - Конфигурация language server.
      commandSupplier - Поставщик команды переключения inlay-хинтов цикломатической сложности.
      resources - Локализованные ресурсы сервера.
  • Method Details