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 ResolveAndStartTestSuite: ParametrizedCommand[DebugUnresolvedTestClassParams]
  43. val RestartBuildServer: Command
  44. val RunDoctor: Command
  45. val RunScalafix: ParametrizedCommand[TextDocumentPositionParams]
  46. val ScalametaTwitter: OpenBrowserCommand
  47. val ScanWorkspaceSources: Command
  48. val StartAmmoniteBuildServer: Command
  49. val StartAttach: ParametrizedCommand[DebugUnresolvedAttachRemoteParams]
  50. val StartDebugAdapter: ParametrizedCommand[DebugSessionParams]
  51. val StartMainClass: ParametrizedCommand[DebugUnresolvedMainClassParams]
  52. val StartScalaCliServer: Command
  53. val StartTestSuite: ParametrizedCommand[ScalaTestSuitesDebugRequest]
  54. val StopAmmoniteBuildServer: Command
  55. val StopScalaCliServer: Command
  56. val SuperMethodHierarchy: ParametrizedCommand[TextDocumentPositionParams]
  57. def all: List[BaseCommand]
  58. val allIds: Set[String]
  59. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  60. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  61. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  62. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  63. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  64. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  65. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  66. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  67. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  68. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  69. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  70. def toString(): String
    Definition Classes
    AnyRef → Any
  71. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  72. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  73. 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

Inherited from AnyRef

Inherited from Any

Ungrouped