public interface IRelatedInfoFinder
| Modifier and Type | Method and Description |
|---|---|
List<org.eclipse.lsp4j.DiagnosticRelatedInformation> |
findRelatedInformation(int offset,
String errorKey,
DOMDocument document)
Returns a list of related information
|
List<org.eclipse.lsp4j.DiagnosticRelatedInformation> findRelatedInformation(int offset, String errorKey, DOMDocument document)
offset - The LemMinX reported error start offseterrorKey - The error keydocument - The documentCopyright © 2021. All rights reserved.