Class DiagnosticDescriptionDocumentLinkSupplier
java.lang.Object
com.github._1c_syntax.bsl.languageserver.documentlink.DiagnosticDescriptionDocumentLinkSupplier
- All Implemented Interfaces:
DocumentLinkSupplier
@Component
public class DiagnosticDescriptionDocumentLinkSupplier
extends Object
implements DocumentLinkSupplier
Сапплаер для формирования ссылки на страницу с информацией по диагностике.
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetDocumentLinks(DocumentContext documentContext) Получить список ссылок на внешние источники информации в документе.
-
Constructor Details
-
DiagnosticDescriptionDocumentLinkSupplier
@ConstructorProperties("configuration") public DiagnosticDescriptionDocumentLinkSupplier(LanguageServerConfiguration configuration)
-
-
Method Details
-
getDocumentLinks
Description copied from interface:DocumentLinkSupplierПолучить список ссылок на внешние источники информации в документе.- Specified by:
getDocumentLinksin interfaceDocumentLinkSupplier- Parameters:
documentContext- Документ, для которого необходимо получить список ссылок на внешние источники информации.- Returns:
- Список ссылок на внешние источники информации.
-