Interface DiagnosticService

All Superinterfaces:
org.mule.dx.platform.api.component.ComponentLifecycle, LanguageServerLifecycle, WeaveService

public interface DiagnosticService extends WeaveService
Allows to do the validations for a TextDocumentIdentifier and retrieve the Diagnostics.
  • Method Details

    • getDiagnostics

      CompletableFuture<List<org.eclipse.lsp4j.Diagnostic>> getDiagnostics(org.eclipse.lsp4j.TextDocumentIdentifier textDocument)