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

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 DiscoverTestSuites: ParametrizedCommand[DiscoverTestParams]
  17. val ExtractMemberDefinition: ParametrizedCommand[TextDocumentPositionParams]
  18. val GenerateBspConfig: Command
  19. val GotoLog: Command
  20. val GotoPosition: ParametrizedCommand[Location]
  21. val GotoSuperMethod: ParametrizedCommand[TextDocumentPositionParams]
  22. val GotoSymbol: ParametrizedCommand[String]
  23. val ImportBuild: Command
  24. val InsertInferredType: ParametrizedCommand[TextDocumentPositionParams]
  25. val ListBuildTargets: Command
  26. val MetalsGithub: OpenBrowserCommand
  27. val NewJavaFile: ListParametrizedCommand[String]
  28. val NewScalaFile: ListParametrizedCommand[String]
  29. val NewScalaProject: Command
  30. val OpenIssue: OpenBrowserCommand
  31. val PresentationCompilerRestart: Command
  32. val ReadBloopDocumentation: OpenBrowserCommand
  33. val ReadVscodeDocumentation: OpenBrowserCommand
  34. val ResetChoicePopup: Command
  35. val RestartBuildServer: Command
  36. val RunDoctor: Command
  37. val ScalametaTwitter: OpenBrowserCommand
  38. val ScanWorkspaceSources: Command
  39. val StartAmmoniteBuildServer: Command
  40. val StartDebugAdapter: Command
  41. val StopAmmoniteBuildServer: Command
  42. val SuperMethodHierarchy: ParametrizedCommand[TextDocumentPositionParams]
  43. def all: List[BaseCommand]
  44. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  45. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  46. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  48. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  49. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  50. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  51. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  54. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  55. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped