Interface IRelatedInfoFinder

    • Method Detail

      • findRelatedInformation

        List<org.eclipse.lsp4j.DiagnosticRelatedInformation> findRelatedInformation​(int offset,
                                                                                    String errorKey,
                                                                                    DOMDocument document)
        Returns a list of related information
        Parameters:
        offset - The LemMinX reported error start offset
        errorKey - The error key
        document - The document
        Returns:
        a list of related information