Packages

object Messages

Constants for requests/dialogues via LSP window/showMessage and window/showMessageRequest.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Messages
  2. AnyRef
  3. 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 DebugErrorsPresent(icons: Icons): MetalsStatusParams
  5. val ExtractMemberDefinitionFailed: MessageParams
  6. val ImportAlreadyRunning: MessageParams
  7. val ImportProjectFailed: MessageParams
  8. val ImportProjectPartiallyFailed: MessageParams
  9. val InsertInferredTypeFailed: MessageParams
  10. val NoBspSupport: MessageParams
  11. val ReloadProjectFailed: MessageParams
  12. val ResetWorkspaceFailed: MessageParams
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  15. def dontShowAgain: MessageActionItem
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def errorFromThrowable(throwable: Throwable): MessageParams
  19. def errorMessageParams(msg: String): MessageParams
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. val importingBuild: String
  23. val indexing: String
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. val noRoot: MessageParams
  27. def notNow: MessageActionItem
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. def partialNavigation(icons: Icons): MetalsStatusParams
  31. val showTastyFailed: MessageParams
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def unableToStartServer(buildTool: String): MessageParams
  35. def unknownScalafixRules(unknownRuleMessage: String): MessageParams
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. def worksheetTimeout: String
  40. object AmmoniteJvmParametersChange
  41. object BloopJvmPropertiesChange
  42. object BloopVersionChange
  43. object BspProvider
  44. object BspSwitch
  45. object CheckDoctor
  46. object ChooseBuildTool
  47. object DeprecatedRemovedSbtVersion
  48. object DeprecatedRemovedScalaVersion
  49. object DeprecatedSbtVersion
  50. object DeprecatedScalaVersion
  51. object DisconnectedServer
  52. object DisplayBuildTarget
  53. object FutureSbtVersion
  54. object FutureScalaVersion
  55. object GenerateBspAndConnect
  56. object ImportAllScripts
  57. object ImportBuild
  58. object ImportBuildChanges
  59. object ImportScalaScript
  60. object IncompatibleBloopVersion
  61. object IncompatibleBuildToolVersion
  62. object MainClass
  63. object MissingScalafmtConf
  64. object MissingScalafmtVersion
  65. object NewBuildToolDetected
  66. object NewScalaFile
  67. object NewScalaProject
  68. object NoBuildTool
  69. object ProjectJavaHomeUpdate
  70. object RequestTimeout
  71. object ResetWorkspace
  72. object SbtServerJavaHomeUpdate
  73. object UnresolvedDebugSessionParams
  74. object UnsupportedSbtVersion
  75. object UnsupportedScalaVersion
  76. object UpdateScalafmtConf
  77. object Worksheets
  78. object WorkspaceSymbolDependencies

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 AnyRef

Inherited from Any

Ungrouped