Class SelectionRangeProvider

java.lang.Object
com.github._1c_syntax.bsl.languageserver.providers.SelectionRangeProvider

@Component public class SelectionRangeProvider extends Object
Провайдер, обрабатывающий запросы textDocument/selectionRange.
See Also:
  • Constructor Details

    • SelectionRangeProvider

      public SelectionRangeProvider()
  • Method Details

    • getSelectionRange

      public List<SelectionRange> getSelectionRange(DocumentContext documentContext, SelectionRangeParams params)
      Получение данных о SelectionRange по позиции в документе.
      Parameters:
      documentContext - контекст документа.
      params - параметры вызова.
      Returns:
      список найденных диапазонов.