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
- All
Type Members
- final case class ChooseClassRequest(textDocument: TextDocumentIdentifier, kind: String) 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
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 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 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 RestartBuildServer: Command
- val RunDoctor: Command
- val ScalametaTwitter: OpenBrowserCommand
- val ScanWorkspaceSources: Command
- val StartAmmoniteBuildServer: Command
- val StartDebugAdapter: Command
- val StopAmmoniteBuildServer: Command
- val SuperMethodHierarchy: ParametrizedCommand[TextDocumentPositionParams]
- def all: List[BaseCommand]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()