Class SelectionRangeProvider
java.lang.Object
com.github._1c_syntax.bsl.languageserver.providers.SelectionRangeProvider
Провайдер, обрабатывающий запросы textDocument/selectionRange.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSelectionRange
(DocumentContext documentContext, SelectionRangeParams params) Получение данных оSelectionRange
по позиции в документе.
-
Constructor Details
-
SelectionRangeProvider
public SelectionRangeProvider()
-
-
Method Details
-
getSelectionRange
public List<SelectionRange> getSelectionRange(DocumentContext documentContext, SelectionRangeParams params) Получение данных оSelectionRange
по позиции в документе.- Parameters:
documentContext
- контекст документа.params
- параметры вызова.- Returns:
- список найденных диапазонов.
-