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