package tvp
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class ClasspathSymbols extends AnyRef
Extracts SemanticDB symbols from
*.classfiles in jars. - class ClasspathTreeView[Value, Key] extends AnyRef
A tree view that exposes a package explorer to browse symbols such as classes, traits and methods.
- case class MetalsCommand(title: String, command: String, tooltip: String = null, arguments: Array[AnyRef] = null) extends Product with Serializable
- case class MetalsTreeViewChildrenResult(nodes: Array[TreeViewNode]) extends Product with Serializable
- class MetalsTreeViewProvider extends TreeViewProvider
- class ScalacpCopyPaste extends AnyRef
This class contains copy-pasted code from scala.meta.internal.scalacp with minor changes.
This class contains copy-pasted code from scala.meta.internal.scalacp with minor changes.
If the
Scalacpclass was not final then we could avoid this copy-pasting. Changes are documented with "// scalacp deviation" comments.- Annotations
- @nowarn()
- case class TreeViewChildrenParams(viewId: String, nodeUri: String = null) extends Product with Serializable
- trait TreeViewClient extends AnyRef
- trait TreeViewCompilation extends AnyRef
The progress report of the compilation of a single build target to display in a tree view
- trait TreeViewCompilations extends AnyRef
All the ongoing compilations for all build targets in this workspace
- case class TreeViewDidChangeParams(nodes: Array[TreeViewNode]) extends Product with Serializable
- case class TreeViewNode(viewId: String, nodeUri: String, label: String, command: MetalsCommand = null, icon: String = null, tooltip: String = null, collapseState: String = null) extends Product with Serializable
- case class TreeViewNodeCollapseDidChangeParams(viewId: String, nodeUri: String, collapsed: java.lang.Boolean) extends Product with Serializable
- case class TreeViewNodeRevealResult(viewId: String, uriChain: Array[String]) extends Product with Serializable
- case class TreeViewParentParams(viewId: String, nodeUri: String = null) extends Product with Serializable
- case class TreeViewParentResult(uri: String = null) extends Product with Serializable
- trait TreeViewProvider extends AnyRef
- Annotations
- @nowarn()
- case class TreeViewSymbolInformation(symbol: String, kind: Kind, properties: Int = 0) extends Product with Serializable
- case class TreeViewVisibilityDidChangeParams(viewId: String, visible: java.lang.Boolean) extends Product with Serializable
Value Members
- object MetalsCommand extends java.io.Serializable
- object MetalsTreeItemCollapseState
- object NoopTreeViewProvider extends TreeViewProvider
- object TreeViewNode extends java.io.Serializable
- object TreeViewProvider