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