Packages

case class ClientConfiguration(initialConfig: MetalsServerConfig) extends Product with Serializable

This class provides a uniform way to know how the client is configured using a combination of server properties, clientExperimentalCapabilities and initializationOptions.

Linear Supertypes
java.io.Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientConfiguration
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ClientConfiguration(initialConfig: MetalsServerConfig)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. def codeLenseRefreshSupport(): Boolean
  7. def commandInHtmlFormat(): Option[CommandHTMLFormat]
  8. def disableColorOutput(): Boolean
  9. def doctorFormat(): DoctorFormat
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def extract[T](primary: Option[T], secondary: Option[T], default: T): T
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def globSyntax(): GlobSyntaxConfig
  14. def icons(): Icons
  15. val initialConfig: MetalsServerConfig
  16. def isCompletionItemResolve(): Boolean
  17. def isCopyWorksheetOutputProvider(): Boolean
  18. def isDebuggingProvider(): Boolean
  19. def isDecorationProvider(): Boolean
  20. def isDidFocusProvider(): Boolean
  21. def isDoctorVisibilityProvider(): Boolean
  22. def isExecuteClientCommandProvider(): Boolean
  23. def isExitOnShutdown(): Boolean
  24. def isHttpEnabled(): Boolean
  25. def isInlineDecorationProvider(): Boolean
  26. def isInputBoxEnabled(): Boolean
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isOpenFilesOnRenameProvider(): Boolean
  29. def isOpenNewWindowProvider(): Boolean
  30. def isQuickPickProvider(): Boolean
  31. def isTestExplorerProvider(): Boolean
  32. def isTreeViewProvider(): Boolean
  33. def isVirtualDocumentSupported(): Boolean
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  37. def productElementNames: Iterator[String]
    Definition Classes
    Product
  38. def renameFileThreshold(): Int
  39. def slowTaskIsOn(): Boolean
  40. def statusBarState(): StatusBarState
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def update(params: InitializeParams): Unit
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped