Interface IReferenceParticipant

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void findReference​(DOMDocument document, org.eclipse.lsp4j.Position position, org.eclipse.lsp4j.ReferenceContext context, List<org.eclipse.lsp4j.Location> locations, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)  
    • Method Detail

      • findReference

        void findReference​(DOMDocument document,
                           org.eclipse.lsp4j.Position position,
                           org.eclipse.lsp4j.ReferenceContext context,
                           List<org.eclipse.lsp4j.Location> locations,
                           org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)