Packages

c

scala.meta.internal.metals

ProjectMetalsLspService

class ProjectMetalsLspService extends MetalsLspService

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectMetalsLspService
  2. MetalsLspService
  3. IndexProviders
  4. TextDocumentService
  5. Cancelable
  6. Folder
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ProjectMetalsLspService(ec: ExecutionContextExecutorService, sh: ScheduledExecutorService, serverInputs: MetalsServerInputs, languageClient: ConfiguredLanguageClient, initializeParams: InitializeParams, clientConfig: ClientConfiguration, statusBar: StatusBar, focusedDocument: () => Option[io.AbsolutePath], shellRunner: ShellRunner, timerProvider: TimerProvider, initTreeView: () => Unit, folder: io.AbsolutePath, folderVisibleName: Option[String], headDoctor: HeadDoctor, bspStatus: BspStatus, workDoneProgress: WorkDoneProgress, maxScalaCliServers: Int)

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. def allActionCommandsIds: Set[String]
    Definition Classes
    MetalsLspService
  5. def ammoniteStart(): Future[Unit]
  6. def ammoniteStop(): Future[Unit]
  7. def analyzeStackTrace(content: String): Option[ExecuteCommandParams]
    Definition Classes
    MetalsLspService
  8. def applyEdits(uri: String, edits: List[TextEdit]): Future[ApplyWorkspaceEditResponse]
    Attributes
    protected
    Definition Classes
    MetalsLspService
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val bloopServers: BloopServers
    Attributes
    protected
  11. val bspConfigGenerator: BspConfigGenerator
    Attributes
    protected
  12. val bspErrorHandler: BspErrorHandler
    Attributes
    protected
    Definition Classes
    MetalsLspService
  13. def bspSession: Option[BspSession]
    Definition Classes
    MetalsLspService
  14. val buildClient: ForwardingMetalsBuildClient
    Definition Classes
    MetalsLspService
  15. def buildData(): Seq[BuildTool]
  16. def buildHasErrors(path: io.AbsolutePath): Boolean
    Definition Classes
    MetalsLspService
  17. def buildServerPromise: Promise[Unit]
  18. val buildTargetClasses: BuildTargetClasses
    Definition Classes
    MetalsLspServiceIndexProviders
  19. val buildTargets: BuildTargets
    Definition Classes
    MetalsLspServiceIndexProviders
  20. val buildToolProvider: BuildToolProvider
  21. val buildTools: BuildTools
    Attributes
    protected
  22. def callHierarchyIncomingCalls(params: CallHierarchyIncomingCallsParams): CompletableFuture[java.util.List[CallHierarchyIncomingCall]]
  23. def callHierarchyOutgoingCalls(params: CallHierarchyOutgoingCallsParams): CompletableFuture[java.util.List[CallHierarchyOutgoingCall]]
  24. val callHierarchyProvider: CallHierarchyProvider
    Attributes
    protected
    Definition Classes
    MetalsLspService
  25. def cancel(): Unit
    Definition Classes
    MetalsLspServiceCancelable
  26. def cancelCompile(): Future[Unit]
    Definition Classes
    MetalsLspService
  27. val cancelables: MutableCancelable
    Attributes
    protected
    Definition Classes
    MetalsLspService
  28. def cascadeCompile(): Future[Unit]
    Definition Classes
    MetalsLspService
  29. def check(): Unit
  30. def chooseClass(uri: String, granurality: ClassFinderGranularity): Future[DecoderResponse]
    Definition Classes
    MetalsLspService
  31. def cleanCompile(): Future[Unit]
    Definition Classes
    MetalsLspService
  32. def clearBloopDir(folder: io.AbsolutePath): Unit
    Attributes
    protected
    Definition Classes
    MetalsLspService
  33. def clearFolders(folders: io.AbsolutePath*): Unit
    Attributes
    protected
    Definition Classes
    MetalsLspService
  34. val clientConfig: ClientConfiguration
  35. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  36. def codeAction(params: CodeActionParams): CompletableFuture[java.util.List[CodeAction]]
  37. val codeActionProvider: CodeActionProvider
    Attributes
    protected
    Definition Classes
    MetalsLspService
  38. def codeLens(params: CodeLensParams): CompletableFuture[java.util.List[CodeLens]]
  39. val codeLensProvider: CodeLensProvider
    Attributes
    protected
    Definition Classes
    MetalsLspService
  40. val compilations: Compilations
    Definition Classes
    MetalsLspService
  41. val compilers: Compilers
    Attributes
    protected
    Definition Classes
    MetalsLspService
  42. def completion(params: CompletionParams): CompletableFuture[CompletionList]
  43. def completionItemResolve(item: CompletionItem): CompletableFuture[CompletionItem]
  44. def connect[T](config: ConnectRequest): Future[BuildChange]
  45. val connectionBspStatus: ConnectionBspStatus
    Attributes
    protected
    Definition Classes
    MetalsLspService
  46. val connectionProvider: ConnectionProvider
  47. def copyWorksheetOutput(worksheetPath: io.AbsolutePath): CompletableFuture[AnyRef]
    Definition Classes
    MetalsLspService
  48. def createDebugSession(target: BuildTargetIdentifier): Future[DebugSession]
    Definition Classes
    MetalsLspService
  49. def createFile(directoryURI: Option[String], name: Option[String], fileType: Option[String], isScala: Boolean): CompletableFuture[AnyRef]
    Definition Classes
    MetalsLspService
  50. def debugDiscovery(params: DebugDiscoveryParams): Future[DebugSession]
    Definition Classes
    MetalsLspService
  51. val debugDiscovery: DebugDiscovery
    Attributes
    protected
    Definition Classes
    MetalsLspService
  52. val debugProvider: DebugProvider
    Attributes
    protected
    Definition Classes
    MetalsLspService
  53. def decodeFile(uri: String): Future[DecoderResponse]
    Definition Classes
    MetalsLspService
  54. def definition(position: TextDocumentPositionParams): CompletableFuture[java.util.List[Location]]
  55. val definitionIndex: OnDemandSymbolIndex
    Definition Classes
    MetalsLspServiceIndexProviders
  56. def definitionOrReferences(positionParams: TextDocumentPositionParams, token: CancelToken = EmptyCancelToken, definitionOnly: Boolean = false): Future[DefinitionResult]

    Returns the definition location or reference locations of a symbol at a given text document position.

    Returns the definition location or reference locations of a symbol at a given text document position. If the symbol represents the definition itself, this method returns the reference locations, otherwise this returns definition location. https://github.com/scalameta/metals/issues/755

    Definition Classes
    MetalsLspService
  57. val definitionProvider: DefinitionProvider
    Attributes
    protected
    Definition Classes
    MetalsLspService
  58. def definitionResult(position: TextDocumentPositionParams, token: CancelToken = EmptyCancelToken): Future[DefinitionResult]

    Returns textDocument/definition in addition to the resolved symbol.

    Returns textDocument/definition in addition to the resolved symbol.

    The resolved symbol is used for testing purposes only.

    Definition Classes
    MetalsLspService
  59. val diagnostics: Diagnostics
    Attributes
    protected
    Definition Classes
    MetalsLspService
  60. def didChange(params: DidChangeTextDocumentParams): CompletableFuture[Unit]
  61. def didChangeWatchedFiles(event: FileWatcherEvent): CompletableFuture[Unit]

    Callback that is executed on a file change event by the file watcher.

    Callback that is executed on a file change event by the file watcher.

    Note that if you are adding processing of another kind of a file, be sure to include it in the fileWatchFilter

    This method is run synchronously in the FileWatcher, so it should not do anything expensive on the main thread

    Attributes
    protected
  62. def didChangeWatchedFiles(events: List[FileEvent]): Future[Unit]
    Definition Classes
    MetalsLspService
  63. def didClose(params: DidCloseTextDocumentParams): Unit
  64. def didCompileTarget(report: CompileReport): Unit
    Attributes
    protected
    Definition Classes
    ProjectMetalsLspServiceMetalsLspService
  65. def didFocus(uri: String): CompletableFuture[DidFocusResult.Value]
    Definition Classes
    MetalsLspService
  66. def didOpen(params: DidOpenTextDocumentParams): CompletableFuture[Unit]
  67. def didSave(params: DidSaveTextDocumentParams): CompletableFuture[Unit]
  68. def discoverMainClasses(unresolvedParams: DebugDiscoveryParams): Future[DebugSessionParams]
    Definition Classes
    MetalsLspService
  69. def discoverTestSuites(uri: Option[String]): Future[List[BuildTargetUpdate]]
    Definition Classes
    MetalsLspService
  70. val doctor: Doctor
    Definition Classes
    MetalsLspService
  71. def documentHighlights(params: TextDocumentPositionParams): CompletableFuture[java.util.List[DocumentHighlight]]
  72. def documentSymbol(params: DocumentSymbolParams): CompletableFuture[org.eclipse.lsp4j.jsonrpc.messages.Either[java.util.List[DocumentSymbol], java.util.List[SymbolInformation]]]
  73. val documentSymbolProvider: DocumentSymbolProvider
    Attributes
    protected
    Definition Classes
    MetalsLspService
  74. val downstreamTargets: PreviouslyCompiledDownsteamTargets
    Attributes
    protected
    Definition Classes
    MetalsLspService
  75. val embedded: Embedded
    Attributes
    protected
    Definition Classes
    MetalsLspService
  76. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  77. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  78. var excludedPackageHandler: ExcludedPackagesHandler
    Definition Classes
    MetalsLspService
  79. def executeCodeActionCommand(params: ExecuteCommandParams, token: CancelToken): Future[Unit]
    Definition Classes
    MetalsLspService
  80. implicit val executionContext: ExecutionContextExecutorService
    Definition Classes
    MetalsLspServiceIndexProviders
  81. val fileDecoderProvider: FileDecoderProvider
    Attributes
    protected
    Definition Classes
    MetalsLspService
  82. val fileSystemSemanticdbs: FileSystemSemanticdbs
    Attributes
    protected
  83. def fileWatchFilter(path: Path): Boolean

    This filter is an optimization and it is closely related to which files are processed in didChangeWatchedFiles

    This filter is an optimization and it is closely related to which files are processed in didChangeWatchedFiles

    Attributes
    protected
    Definition Classes
    MetalsLspService
  84. val fileWatcher: ProjectFileWatcher
  85. def findBuildTargetByDisplayName(target: String): Option[BuildTarget]
    Definition Classes
    MetalsLspService
  86. def findTextInDependencyJars(params: FindTextInDependencyJarsRequest): Future[List[Location]]
    Definition Classes
    MetalsLspService
  87. val findTextInJars: FindTextInDependencyJars
    Attributes
    protected
    Definition Classes
    MetalsLspService
  88. val fingerprints: MutableMd5Fingerprints
    Attributes
    protected
    Definition Classes
    MetalsLspService
  89. def focusedDocument: Option[io.AbsolutePath]
    Definition Classes
    MetalsLspServiceIndexProviders
  90. val focusedDocumentBuildTarget: AtomicReference[BuildTargetIdentifier]
    Definition Classes
    MetalsLspServiceIndexProviders
  91. val folder: io.AbsolutePath
  92. val folderReportsZippper: FolderReportsZippper
    Definition Classes
    MetalsLspService
  93. def foldingRange(params: FoldingRangeRequestParams): CompletableFuture[java.util.List[FoldingRange]]
  94. val foldingRangeProvider: FoldingRangeProvider
    Attributes
    protected
    Definition Classes
    MetalsLspService
  95. def formatting(params: DocumentFormattingParams): CompletableFuture[java.util.List[TextEdit]]
  96. val formattingProvider: FormattingProvider
    Attributes
    protected
    Definition Classes
    MetalsLspService
  97. def generateBspConfig(): Future[Unit]
  98. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  99. def getLocationForSymbol(symbol: String): Option[Location]
    Definition Classes
    MetalsLspService
  100. def getTastyForURI(uri: URI): Future[Either[String, String]]
    Definition Classes
    MetalsLspService
  101. def getVisibleName: String
    Definition Classes
    MetalsLspService
  102. val gitHubIssueFolderInfo: GitHubIssueFolderInfo
  103. def gotoSupermethod(textDocumentPositionParams: TextDocumentPositionParams): CompletableFuture[AnyRef]
    Definition Classes
    MetalsLspService
  104. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  105. def hover(params: HoverExtParams): CompletableFuture[Hover]
  106. def implementation(position: TextDocumentPositionParams): CompletableFuture[java.util.List[Location]]
  107. val implementationProvider: ImplementationProvider
    Definition Classes
    MetalsLspServiceIndexProviders
  108. def importAfterScalaCliChanges(servers: Iterable[ScalaCli]): Iterable[Unit]
    Attributes
    protected
    Definition Classes
    MetalsLspService
  109. def indexSources(): Future[Unit]
    Definition Classes
    MetalsLspService
  110. def indexer: Indexer
  111. var indexingPromise: Promise[Unit]
    Definition Classes
    MetalsLspServiceIndexProviders
  112. def initialized(): Future[Unit]
    Definition Classes
    MetalsLspService
  113. def inlayHintResolve(inlayHint: InlayHint): CompletableFuture[InlayHint]
  114. val inlayHintResolveProvider: InlayHintResolveProvider
    Attributes
    protected
    Definition Classes
    MetalsLspService
  115. def inlayHints(params: InlayHintParams): CompletableFuture[java.util.List[InlayHint]]
  116. def interactivePopupChoiceReset(): Future[Unit]
  117. val interactiveSemanticdbs: InteractiveSemanticdbs
    Attributes
    protected
    Definition Classes
    MetalsLspService
  118. val isCancelled: AtomicBoolean
    Definition Classes
    MetalsLspService
  119. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  120. lazy val isMetalsProject: Boolean
    Definition Classes
    Folder
  121. def isMillBuildFile(path: io.AbsolutePath): Boolean
    Attributes
    protected
  122. val javaFormattingProvider: JavaFormattingProvider
    Attributes
    protected
    Definition Classes
    MetalsLspService
  123. val javaHighlightProvider: JavaDocumentHighlightProvider
    Attributes
    protected
    Definition Classes
    MetalsLspService
  124. def javaHome: Option[String]
    Definition Classes
    MetalsLspService
  125. val languageClient: ConfiguredLanguageClient
  126. def loadFingerPrints(): Future[Unit]
    Attributes
    protected
    Definition Classes
    MetalsLspService
  127. def loadedPresentationCompilerCount(): Int
    Definition Classes
    MetalsLspService
  128. val mainBuildTargetsData: TargetData
    Attributes
    protected
    Definition Classes
    MetalsLspService
  129. def mainClassSearch(params: DebugUnresolvedMainClassParams): MainClassSearch
    Definition Classes
    MetalsLspService
  130. def maybeAmendScalaCliBspConfig(file: io.AbsolutePath): Future[Unit]
    Attributes
    protected
  131. def maybeCompileOnDidFocus(path: io.AbsolutePath, prevBuildTarget: BuildTargetIdentifier): Future[DidFocusResult.Value]
    Attributes
    protected
    Definition Classes
    MetalsLspService
  132. def maybeImportFileAndLoad(path: io.AbsolutePath, load: () => Future[Unit]): Future[Unit]
  133. def maybeImportScript(path: io.AbsolutePath): Option[Future[Unit]]
  134. def maybeSetupScalaCli(): Future[Unit]

    If there is no auto-connectable build server and no supported build tool is found we assume it's a scala-cli project.

  135. val mtags: Mtags
    Attributes
    protected
    Definition Classes
    MetalsLspService
  136. def nameOrUri: String
    Definition Classes
    Folder
  137. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  138. val newFileProvider: NewFileProvider
    Attributes
    protected
    Definition Classes
    MetalsLspService
  139. def newSymbolIndex(): OnDemandSymbolIndex
    Attributes
    protected
    Definition Classes
    MetalsLspService
  140. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  141. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  142. val onBuildChanged: BatchedFunction[io.AbsolutePath, Unit]
    Attributes
    protected
  143. def onBuildChangedUnbatched(paths: Seq[io.AbsolutePath]): Future[Unit]
  144. def onBuildTargetChanges(params: DidChangeBuildTarget): Unit
    Attributes
    protected
    Definition Classes
    ProjectMetalsLspServiceMetalsLspService
  145. def onChange(paths: Seq[io.AbsolutePath]): Future[Unit]
    Attributes
    protected
    Definition Classes
    ProjectMetalsLspServiceMetalsLspService
  146. def onCreate(path: io.AbsolutePath): Unit
    Attributes
    protected
    Definition Classes
    MetalsLspService
  147. def onDelete(path: io.AbsolutePath): Future[Unit]
  148. def onInitialized(): Future[Unit]
    Attributes
    protected
    Definition Classes
    ProjectMetalsLspServiceMetalsLspService
  149. def onShutdown(): Unit
    Definition Classes
    MetalsLspService
  150. def onTypeFormatting(params: DocumentOnTypeFormattingParams): CompletableFuture[java.util.List[TextEdit]]
  151. val onTypeFormattingProvider: OnTypeFormattingProvider
    Attributes
    protected
    Definition Classes
    MetalsLspService
  152. def onUserConfigUpdate(newConfig: UserConfiguration): Future[Unit]
  153. def onWorksheetChanged(paths: Seq[io.AbsolutePath]): Future[Unit]
    Attributes
    protected
    Definition Classes
    MetalsLspService
  154. lazy val optDelegatePath: Option[io.AbsolutePath]

    A workspace folder might be a project reference for an other project.

    A workspace folder might be a project reference for an other project. In that case all its commands will be delegated to the main project's service. We keep the path to main project's root in a dedicated setting, so even before the main project is imported, this folder is known to be a reference.

    Definition Classes
    Folder
  155. def optFileSystemSemanticdbs(): Option[FileSystemSemanticdbs]
  156. def optProjectRoot: Option[io.AbsolutePath]
    Attributes
    protected
    Definition Classes
    MetalsLspService
  157. val packageProvider: PackageProvider
    Attributes
    protected
    Definition Classes
    MetalsLspService
  158. val parseTrees: BatchedFunction[io.AbsolutePath, Unit]
    Definition Classes
    MetalsLspService
  159. def parseTreesAndPublishDiags(paths: Seq[io.AbsolutePath]): Future[Unit]
    Definition Classes
    MetalsLspService
  160. val path: io.AbsolutePath
    Definition Classes
    Folder
  161. def pause(): Unit
    Definition Classes
    MetalsLspService
  162. val pauseables: Pauseable
  163. def prepareCallHierarchy(params: CallHierarchyPrepareParams): CompletableFuture[java.util.List[CallHierarchyItem]]
  164. def prepareRename(params: TextDocumentPositionParams): CompletableFuture[org.eclipse.lsp4j.Range]
  165. def projectInfo: MetalsServiceInfo
  166. def projectReferences: List[io.AbsolutePath]
    Definition Classes
    Folder
  167. def rangeFormatting(params: DocumentRangeFormattingParams): CompletableFuture[java.util.List[TextEdit]]
  168. val rangeFormattingProvider: RangeFormattingProvider
    Attributes
    protected
    Definition Classes
    MetalsLspService
  169. val recentlyOpenedFiles: ActiveFiles
    Attributes
    protected
    Definition Classes
    MetalsLspService
  170. def references(params: ReferenceParams): CompletableFuture[java.util.List[Location]]
  171. val referencesProvider: ReferenceProvider
    Definition Classes
    MetalsLspServiceIndexProviders
  172. def referencesResult(params: ReferenceParams): Future[List[ReferencesResult]]
    Definition Classes
    MetalsLspService
  173. def register[T <: Cancelable](cancelable: T): T
    Definition Classes
    MetalsLspService
  174. def registerNiceToHaveFilePatterns(): Unit
    Attributes
    protected
    Definition Classes
    MetalsLspService
  175. def rename(params: RenameParams): CompletableFuture[WorkspaceEdit]
  176. val renameProvider: RenameProvider
    Attributes
    protected
    Definition Classes
    MetalsLspService
  177. implicit val reports: StdReportContext
    Definition Classes
    MetalsLspService
  178. def resetNotifications(): Future[Unit]
    Definition Classes
    MetalsLspService
  179. def resetPopupChoice(value: String): Future[Unit]
  180. def resetService(): Unit
  181. def resetWorkspace(): Future[Unit]
  182. def restartCompiler(): Future[Unit]
    Definition Classes
    MetalsLspService
  183. def runScalafix(uri: String): Future[ApplyWorkspaceEditResponse]
    Definition Classes
    MetalsLspService
  184. def runScalafixRules(uri: String, rules: List[String]): Future[ApplyWorkspaceEditResponse]
    Definition Classes
    MetalsLspService
  185. val savedFiles: ActiveFiles
    Attributes
    protected
    Definition Classes
    MetalsLspService
  186. val scalaCli: ScalaCliServers
    Definition Classes
    MetalsLspService
  187. def scalaCliDirOrFile(path: io.AbsolutePath): io.AbsolutePath

    Returns the absolute path or directory that ScalaCLI imports as ScalaCLI scripts.

    Returns the absolute path or directory that ScalaCLI imports as ScalaCLI scripts. By default, ScalaCLI tries to import the entire directory as ScalaCLI scripts. However, we have to ensure that there are no clashes with other existing sourceItems see: https://github.com/scalameta/metals/issues/4447

    path

    the absolute path of the ScalaCLI script to import

  188. val scalaVersionSelector: ScalaVersionSelector
    Definition Classes
    MetalsLspServiceIndexProviders
  189. val scalafixProvider: ScalafixProvider
    Attributes
    protected
    Definition Classes
    MetalsLspService
  190. def selectionRange(params: SelectionRangeParams): CompletableFuture[java.util.List[SelectionRange]]
  191. val semanticDBIndexer: SemanticdbIndexer
    Definition Classes
    MetalsLspServiceIndexProviders
  192. def semanticTokensFull(params: SemanticTokensParams): CompletableFuture[SemanticTokens]

    Requesting semantic tokens for a whole file in order to highlight

    Requesting semantic tokens for a whole file in order to highlight

    Definition Classes
    MetalsLspServiceTextDocumentService
  193. val semanticdbs: Semanticdbs
    Attributes
    protected
    Definition Classes
    ProjectMetalsLspServiceMetalsLspService
  194. def setUserConfig(newConfig: UserConfiguration): UserConfiguration
    Definition Classes
    MetalsLspService
  195. val sh: ScheduledExecutorService
  196. def signatureHelp(params: TextDocumentPositionParams): CompletableFuture[SignatureHelp]
  197. val sourceMapper: SourceMapper
    Definition Classes
    MetalsLspServiceIndexProviders
  198. val stacktraceAnalyzer: StacktraceAnalyzer
    Definition Classes
    MetalsLspService
  199. def startDebugProvider(params: DebugSessionParams): Future[DebugSession]
    Definition Classes
    MetalsLspService
  200. def startScalaCli(path: io.AbsolutePath): Future[Unit]
  201. def startTestSuite(target: BuildTarget, params: ScalaTestSuitesDebugRequest): Future[DebugSession]
    Definition Classes
    MetalsLspService
  202. val statusBar: StatusBar
  203. def stopScalaCli(): Future[Unit]
    Definition Classes
    MetalsLspService
  204. def superMethodHierarchy(textDocumentPositionParams: TextDocumentPositionParams): CompletableFuture[AnyRef]
    Definition Classes
    MetalsLspService
  205. val supermethods: Supermethods
    Attributes
    protected
    Definition Classes
    MetalsLspService
  206. def supportsBuildTarget(target: BuildTargetIdentifier): Option[BuildTarget]
    Definition Classes
    MetalsLspService
  207. def switchBspServer(): Future[Unit]
  208. val symbolDocs: Docstrings
    Definition Classes
    MetalsLspServiceIndexProviders
  209. val symbolHierarchyOps: SymbolHierarchyOps
    Attributes
    protected
    Definition Classes
    MetalsLspService
  210. val symbolSearch: MetalsSymbolSearch
    Attributes
    protected
    Definition Classes
    MetalsLspService
  211. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  212. val tables: Tables
    Definition Classes
    MetalsLspServiceIndexProviders
  213. def testClassSearch(params: DebugUnresolvedTestClassParams): TestClassSearch
    Definition Classes
    MetalsLspService
  214. val testProvider: TestSuitesProvider
    Attributes
    protected
    Definition Classes
    MetalsLspService
  215. val timerProvider: TimerProvider
  216. def toString(): String
    Definition Classes
    AnyRef → Any
  217. val treeView: FolderTreeViewProvider
  218. val trees: Trees
    Attributes
    protected
    Definition Classes
    MetalsLspService
  219. def typeDefinition(position: TextDocumentPositionParams): CompletableFuture[java.util.List[Location]]
  220. def unpause(): Unit
    Definition Classes
    MetalsLspService
  221. def updateBspJavaHome(session: BspSession): Future[Any]
    Attributes
    protected
  222. var userConfig: UserConfiguration
    Definition Classes
    MetalsLspServiceIndexProviders
  223. val userConfigPromise: Promise[Unit]
    Attributes
    protected
    Definition Classes
    MetalsLspService
  224. val visibleName: Option[String]
    Definition Classes
    Folder
  225. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  226. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  227. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  228. val warnings: ProjectWarnings
    Attributes
    protected
    Definition Classes
    ProjectMetalsLspServiceMetalsLspService
  229. val wasInitialized: AtomicBoolean
    Definition Classes
    MetalsLspService
  230. val willGenerateBspConfig: AtomicReference[Set[UUID]]
  231. def willRenameFile(oldPath: io.AbsolutePath, newPath: io.AbsolutePath): Future[WorkspaceEdit]
    Definition Classes
    MetalsLspService
  232. def withWillGenerateBspConfig[T](body: => Future[T]): Future[T]
  233. val workDoneProgress: WorkDoneProgress
  234. val worksheetProvider: WorksheetProvider
    Definition Classes
    MetalsLspService
  235. def workspaceSymbol(query: String): Seq[SymbolInformation]
    Definition Classes
    MetalsLspService
  236. def workspaceSymbol(params: WorkspaceSymbolParams, token: CancelToken): Future[List[SymbolInformation]]
    Definition Classes
    MetalsLspService
  237. val workspaceSymbols: WorkspaceSymbolProvider
    Definition Classes
    MetalsLspServiceIndexProviders

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 MetalsLspService

Inherited from IndexProviders

Inherited from TextDocumentService

Inherited from Cancelable

Inherited from Folder

Inherited from AnyRef

Inherited from Any

Ungrouped