Class SourceDefinedMethodCallInlayHintSupplier
java.lang.Object
com.github._1c_syntax.bsl.languageserver.inlayhints.AbstractMethodCallInlayHintSupplier
com.github._1c_syntax.bsl.languageserver.inlayhints.SourceDefinedMethodCallInlayHintSupplier
- All Implemented Interfaces:
InlayHintSupplier
@Component
public class SourceDefinedMethodCallInlayHintSupplier
extends AbstractMethodCallInlayHintSupplier
Поставщик подсказок о параметрах вызываемого метода.
-
Field Summary
Fields inherited from class AbstractMethodCallInlayHintSupplier
configurationFields inherited from interface InlayHintSupplier
INLAY_HINT_SUPPLIER -
Constructor Summary
ConstructorsConstructorDescriptionSourceDefinedMethodCallInlayHintSupplier(LanguageServerConfiguration configuration, ReferenceIndex referenceIndex, DescriptionFormatter descriptionFormatter) -
Method Summary
Modifier and TypeMethodDescriptiongetInlayHints(DocumentContext documentContext, InlayHintParams params) Получить inlay hints, доступные в документе.Methods inherited from class AbstractMethodCallInlayHintSupplier
showDefaultValues, showParametersWithTheSameNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface InlayHintSupplier
getId
-
Constructor Details
-
SourceDefinedMethodCallInlayHintSupplier
public SourceDefinedMethodCallInlayHintSupplier(LanguageServerConfiguration configuration, ReferenceIndex referenceIndex, DescriptionFormatter descriptionFormatter)
-
-
Method Details
-
getInlayHints
Description copied from interface:InlayHintSupplierПолучить inlay hints, доступные в документе.- Parameters:
documentContext- Контекст документа, для которого надо рассчитать inlay hints.params- Параметры запроса.- Returns:
- Список inlay hints в документе.
-