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

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped