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 ConvertToNamedArgsRequest(position: TextDocumentPositionParams, argIndices: java.util.List[Integer]) extends Product with Serializable
  3. final case class DiscoverTestParams(uri: String = null) extends Product with Serializable

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

  4. final case class ExtractMethodParams(param: TextDocumentIdentifier, range: org.eclipse.lsp4j.Range, extractPosition: org.eclipse.lsp4j.Position) extends Product with Serializable

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 ConvertToNamedArguments: ParametrizedCommand[ConvertToNamedArgsRequest]
  14. val CopyWorksheetOutput: ParametrizedCommand[String]
  15. val DecodeFile: ParametrizedCommand[String]

    Decode a file e.g.

    Decode a file e.g. javap, semanticdb

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