Packages

o

scala.meta.internal.metals

ServerCommands

object ServerCommands

LSP commands supported by the Metals language server.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerCommands
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val AnalyzeStacktrace: Command
  5. val BloopGithub: Command
  6. val BspSwitch: Command
  7. val CancelCompile: Command
  8. val CascadeCompile: Command
  9. val ChatOnDiscord: Command
  10. val ChatOnGitter: Command
  11. val CleanCompile: Command
  12. val ConnectBuildServer: Command
  13. val CopyWorksheetOutput: Command
  14. val DisconnectBuildServer: Command
  15. val GenerateBspConfig: Command
  16. val GotoLog: Command
  17. val GotoPosition: Command
  18. val GotoSuperMethod: Command
  19. val GotoSymbol: Command
  20. val ImportBuild: Command
  21. val InsertInferredType: Command
  22. val MetalsGithub: Command
  23. val NewScalaFile: Command
  24. val NewScalaProject: Command
  25. def OpenBrowser(url: String): String
  26. val OpenBrowser: Regex

    Open the browser at the given url.

  27. val OpenIssue: Command
  28. val PresentationCompilerRestart: Command
  29. val ReadBloopDocumentation: Command
  30. val ReadVscodeDocumentation: Command
  31. val ResetChoicePopup: Command
  32. val RestartBuildServer: Command
  33. val RunDoctor: Command
  34. val ScalametaTwitter: Command
  35. val ScanWorkspaceSources: Command
  36. val StartAmmoniteBuildServer: Command
  37. val StartDebugAdapter: Command
  38. val StopAmmoniteBuildServer: Command
  39. val SuperMethodHierarchy: Command
  40. def all: List[Command]
  41. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  42. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  43. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  45. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  46. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  47. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  48. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  49. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped