Packages

package diagnostic

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class CleanDiagnosticTreeClientCapabilities(enableCleanDiagnostic: Boolean) extends Product with Serializable
  2. case class CleanDiagnosticTreeOptions(supported: Boolean) extends Product with Serializable
  3. case class CleanDiagnosticTreeParams(textDocument: TextDocumentIdentifier) extends Product with Serializable

    The clean validation provides the list of all the files depending of the given uri (tree) and the eventual list of diagnostics for each one.

  4. case class CustomValidationClientCapabilities(enabled: Boolean) extends Product with Serializable
  5. case class CustomValidationOptions(enabled: Boolean) extends Product with Serializable

Ungrouped