object NoopLanguageClient extends NoopLanguageClient

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoopLanguageClient
  2. NoopLanguageClient
  3. MetalsLanguageClient
  4. TreeViewClient
  5. LanguageClient
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def applyEdit(arg0: ApplyWorkspaceEditParams): CompletableFuture[ApplyWorkspaceEditResponse]
    Definition Classes
    LanguageClient
    Annotations
    @JsonRequest()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def configuration(arg0: ConfigurationParams): CompletableFuture[java.util.List[AnyRef]]
    Definition Classes
    LanguageClient
    Annotations
    @JsonRequest()
  8. def createProgress(params: WorkDoneProgressCreateParams): CompletableFuture[Void]
    Definition Classes
    NoopLanguageClientMetalsLanguageClient → LanguageClient
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def logMessage(message: MessageParams): Unit
    Definition Classes
    NoopLanguageClient → LanguageClient
  15. def logTrace(arg0: LogTraceParams): Unit
    Definition Classes
    LanguageClient
    Annotations
    @JsonNotification()
  16. def metalsExecuteClientCommand(params: ExecuteCommandParams): Unit
  17. final def metalsInputBox(params: MetalsInputBoxParams): CompletableFuture[Option[MetalsInputBoxResult]]

    Opens an input box to ask the user for input.

    Opens an input box to ask the user for input.

    returns

    the user provided input or None if request was cancelled. The future can be cancelled, meaning the input box should be dismissed in the editor.

    Definition Classes
    MetalsLanguageClient
  18. final def metalsQuickPick(params: MetalsQuickPickParams): CompletableFuture[Option[MetalsQuickPickResult]]

    Opens an menu to ask the user to pick one of the suggested options.

    Opens an menu to ask the user to pick one of the suggested options.

    returns

    the user provided pick or None if request was cancelled. The future can be cancelled, meaning the input box should be dismissed in the editor.

    Definition Classes
    MetalsLanguageClient
  19. def metalsStatus(params: MetalsStatusParams): Unit

    Display message in the editor "status bar", which should be displayed somewhere alongside the buffer.

    Display message in the editor "status bar", which should be displayed somewhere alongside the buffer.

    The status bar should always be visible to the user.

    - VS Code: https://code.visualstudio.com/docs/extensionAPI/vscode-api#StatusBarItem

    Definition Classes
    NoopLanguageClientMetalsLanguageClient
  20. def metalsTreeViewDidChange(params: TreeViewDidChangeParams): Unit
    Definition Classes
    NoopLanguageClientTreeViewClient
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. def notifyProgress(params: ProgressParams): Unit
    Definition Classes
    NoopLanguageClientMetalsLanguageClient → LanguageClient
  25. def publishDiagnostics(diagnostics: PublishDiagnosticsParams): Unit
    Definition Classes
    NoopLanguageClient → LanguageClient
  26. def rawMetalsInputBox(params: MetalsInputBoxParams): CompletableFuture[RawMetalsInputBoxResult]

    Opens an input box to ask the user for input.

    Opens an input box to ask the user for input. This method is used to deal with gson and existing extension protocol.

    returns

    the user provided input.

    Definition Classes
    NoopLanguageClientMetalsLanguageClient
  27. def rawMetalsQuickPick(params: MetalsQuickPickParams): CompletableFuture[RawMetalsQuickPickResult]

    Opens an menu to ask the user to pick one of the suggested options.

    Opens an menu to ask the user to pick one of the suggested options. This method is used to deal with gson and existing extension protocol.

    returns

    the user provided pick.

    Definition Classes
    NoopLanguageClientMetalsLanguageClient
  28. def refreshCodeLenses(): CompletableFuture[Void]
    Definition Classes
    NoopLanguageClient → LanguageClient
  29. def refreshDiagnostics(): CompletableFuture[Void]
    Definition Classes
    LanguageClient
    Annotations
    @JsonRequest()
  30. def refreshInlayHints(): CompletableFuture[Void]
    Definition Classes
    NoopLanguageClient → LanguageClient
  31. def refreshInlineValues(): CompletableFuture[Void]
    Definition Classes
    LanguageClient
    Annotations
    @JsonRequest()
  32. def refreshModel(): CompletableFuture[Unit]
  33. def refreshSemanticTokens(): CompletableFuture[Void]
    Definition Classes
    NoopLanguageClient → LanguageClient
  34. def registerCapability(arg0: RegistrationParams): CompletableFuture[Void]
    Definition Classes
    LanguageClient
    Annotations
    @JsonRequest()
  35. def showDocument(arg0: ShowDocumentParams): CompletableFuture[ShowDocumentResult]
    Definition Classes
    LanguageClient
    Annotations
    @JsonRequest()
  36. def showMessage(messageParams: MessageParams): Unit
    Definition Classes
    NoopLanguageClient → LanguageClient
  37. final def showMessage(messageType: MessageType, message: String): Unit
    Definition Classes
    MetalsLanguageClient
  38. def showMessageRequest(requestParams: ShowMessageRequestParams): CompletableFuture[MessageActionItem]
    Definition Classes
    NoopLanguageClient → LanguageClient
  39. def shutdown(): Unit
    Definition Classes
    MetalsLanguageClient
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def telemetryEvent(object: Any): Unit
    Definition Classes
    NoopLanguageClient → LanguageClient
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def unregisterCapability(arg0: UnregistrationParams): CompletableFuture[Void]
    Definition Classes
    LanguageClient
    Annotations
    @JsonRequest()
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. def workspaceFolders(): CompletableFuture[java.util.List[WorkspaceFolder]]
    Definition Classes
    LanguageClient
    Annotations
    @JsonRequest()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from NoopLanguageClient

Inherited from MetalsLanguageClient

Inherited from TreeViewClient

Inherited from LanguageClient

Inherited from AnyRef

Inherited from Any

Ungrouped