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. Protected

Type Members

  1. final case class ChooseClassRequest(textDocument: TextDocumentIdentifier, kind: String) extends Product with Serializable
  2. final case class DiscoverTestParams(uri: String = null) extends Product with Serializable

    If uri is null discover all test suites, otherwise discover testcases in file

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: ParametrizedCommand[String]
  5. val BloopGithub: OpenBrowserCommand
  6. val BspSwitch: Command
  7. val CancelCompile: Command
  8. val CascadeCompile: Command
  9. val ChatOnDiscord: OpenBrowserCommand
  10. val ChooseClass: ParametrizedCommand[ChooseClassRequest]
  11. val CleanCompile: Command
  12. val ConnectBuildServer: Command
  13. val CopyWorksheetOutput: ParametrizedCommand[String]
  14. val DecodeFile: ParametrizedCommand[String]

    Decode a file e.g.

    Decode a file e.g. javap, semanticdb

  15. val DisconnectBuildServer: Command
  16. val DiscoverAndRun: ParametrizedCommand[DebugDiscoveryParams]
  17. val DiscoverMainClasses: ParametrizedCommand[DebugDiscoveryParams]
  18. val DiscoverTestSuites: ParametrizedCommand[DiscoverTestParams]
  19. val ExtractMemberDefinition: ParametrizedCommand[TextDocumentPositionParams]
  20. val GenerateBspConfig: Command
  21. val GotoLog: Command
  22. val GotoPosition: ParametrizedCommand[Location]
  23. val GotoSuperMethod: ParametrizedCommand[TextDocumentPositionParams]
  24. val GotoSymbol: ParametrizedCommand[String]
  25. val ImportBuild: Command
  26. val InlineValue: ParametrizedCommand[TextDocumentPositionParams]
  27. val InsertInferredMethod: ParametrizedCommand[TextDocumentPositionParams]
  28. val InsertInferredType: ParametrizedCommand[TextDocumentPositionParams]
  29. val ListBuildTargets: Command
  30. val MetalsGithub: OpenBrowserCommand
  31. val NewJavaFile: ListParametrizedCommand[String]
  32. val NewScalaFile: ListParametrizedCommand[String]
  33. val NewScalaProject: Command
  34. val OpenFeatureRequest: OpenBrowserCommand
  35. val OpenIssue: Command
  36. val PresentationCompilerRestart: Command
  37. val ReadBloopDocumentation: OpenBrowserCommand
  38. val ReadVscodeDocumentation: OpenBrowserCommand
  39. val ResetChoicePopup: Command
  40. val ResetNotifications: Command
  41. val ResetWorkspace: Command
  42. val ResolveAndStartTestSuite: ParametrizedCommand[DebugUnresolvedTestClassParams]
  43. val RestartBuildServer: Command
  44. val RunDoctor: Command
  45. val RunScalafix: ParametrizedCommand[TextDocumentPositionParams]
  46. val ScalafixRunOnly: ParametrizedCommand[RunScalafixRulesParams]
  47. val ScalametaTwitter: OpenBrowserCommand
  48. val ScanWorkspaceSources: Command
  49. val StartAmmoniteBuildServer: Command
  50. val StartAttach: ParametrizedCommand[DebugUnresolvedAttachRemoteParams]
  51. val StartDebugAdapter: ParametrizedCommand[DebugSessionParams]
  52. val StartMainClass: ParametrizedCommand[DebugUnresolvedMainClassParams]
  53. val StartScalaCliServer: Command
  54. val StartTestSuite: ParametrizedCommand[ScalaTestSuitesDebugRequest]
  55. val StopAmmoniteBuildServer: Command
  56. val StopScalaCliServer: Command
  57. val SuperMethodHierarchy: ParametrizedCommand[TextDocumentPositionParams]
  58. val ZipReports: Command
  59. def all: List[BaseCommand]
  60. val allIds: Set[String]
  61. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  62. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  63. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  64. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  65. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  66. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  67. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  68. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  69. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  70. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  71. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  72. def toString(): String
    Definition Classes
    AnyRef → Any
  73. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  74. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  75. 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

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped