object ServerCommands
LSP commands supported by the Metals language server.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServerCommands
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class ChooseClassRequest(textDocument: TextDocumentIdentifier, kind: String) extends Product with Serializable
- final case class ConvertToNamedArgsRequest(position: TextDocumentPositionParams, argIndices: java.util.List[Integer]) extends Product with Serializable
- final case class DiscoverTestParams(uri: String = null) extends Product with Serializable
If uri is null discover all test suites, otherwise discover testcases in file
- final case class ExtractMethodParams(param: TextDocumentIdentifier, range: org.eclipse.lsp4j.Range, extractPosition: org.eclipse.lsp4j.Position) extends Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val AnalyzeStacktrace: ParametrizedCommand[String]
- val BloopGithub: OpenBrowserCommand
- val BspSwitch: Command
- val CancelCompile: Command
- val CascadeCompile: Command
- val ChatOnDiscord: OpenBrowserCommand
- val ChooseClass: ParametrizedCommand[ChooseClassRequest]
- val CleanCompile: Command
- val ConnectBuildServer: Command
- val ConvertToNamedArguments: ParametrizedCommand[ConvertToNamedArgsRequest]
- val CopyWorksheetOutput: ParametrizedCommand[String]
- val DecodeFile: ParametrizedCommand[String]
Decode a file e.g.
Decode a file e.g. javap, semanticdb
- val DisconnectBuildServer: Command
- val DiscoverTestSuites: ParametrizedCommand[DiscoverTestParams]
- val ExtractMemberDefinition: ParametrizedCommand[TextDocumentPositionParams]
- val ExtractMethod: ParametrizedCommand[ExtractMethodParams]
- val GenerateBspConfig: Command
- val GotoLog: Command
- val GotoPosition: ParametrizedCommand[Location]
- val GotoSuperMethod: ParametrizedCommand[TextDocumentPositionParams]
- val GotoSymbol: ParametrizedCommand[String]
- val ImportBuild: Command
- val InsertInferredType: ParametrizedCommand[TextDocumentPositionParams]
- val ListBuildTargets: Command
- val MetalsGithub: OpenBrowserCommand
- val NewJavaFile: ListParametrizedCommand[String]
- val NewScalaFile: ListParametrizedCommand[String]
- val NewScalaProject: Command
- val OpenIssue: OpenBrowserCommand
- val PresentationCompilerRestart: Command
- val ReadBloopDocumentation: OpenBrowserCommand
- val ReadVscodeDocumentation: OpenBrowserCommand
- val ResetChoicePopup: Command
- val ResetNotifications: Command
- val RestartBuildServer: Command
- val RunDoctor: Command
- val RunScalafix: ParametrizedCommand[TextDocumentPositionParams]
- val ScalametaTwitter: OpenBrowserCommand
- val ScanWorkspaceSources: Command
- val StartAmmoniteBuildServer: Command
- val StartDebugAdapter: Command
- val StartScalaCliServer: Command
- val StopAmmoniteBuildServer: Command
- val StopScalaCliServer: Command
- val SuperMethodHierarchy: ParametrizedCommand[TextDocumentPositionParams]
- def all: List[BaseCommand]
- val allIds: Set[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated