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
Serializable, java.io.Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientConfiguration
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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( ... ) @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[_]
    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 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()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def renameFileThreshold(): Int
  38. def slowTaskIsOn(): Boolean
  39. def statusBarState(): StatusBarState
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def update(params: InitializeParams): Unit
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped