Packages

package tvp

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class ClasspathSymbols extends AnyRef

    Extracts SemanticDB symbols from *.class files in jars.

  2. class ClasspathTreeView[Value, Key] extends AnyRef

    A tree view that exposes a package explorer to browse symbols such as classes, traits and methods.

  3. case class MetalsCommand(title: String, command: String, tooltip: String = null, arguments: Array[AnyRef] = null) extends Product with Serializable
  4. case class MetalsTreeViewChildrenResult(nodes: Array[TreeViewNode]) extends Product with Serializable
  5. class MetalsTreeViewProvider extends TreeViewProvider
  6. 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 Scalacp class was not final then we could avoid this copy-pasting. Changes are documented with "// scalacp deviation" comments.

    Annotations
    @nowarn()
  7. case class TreeViewChildrenParams(viewId: String, nodeUri: String = null) extends Product with Serializable
  8. trait TreeViewClient extends AnyRef
  9. trait TreeViewCompilation extends AnyRef

    The progress report of the compilation of a single build target to display in a tree view

  10. trait TreeViewCompilations extends AnyRef

    All the ongoing compilations for all build targets in this workspace

  11. case class TreeViewDidChangeParams(nodes: Array[TreeViewNode]) extends Product with Serializable
  12. 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
  13. case class TreeViewNodeCollapseDidChangeParams(viewId: String, nodeUri: String, collapsed: java.lang.Boolean) extends Product with Serializable
  14. case class TreeViewNodeRevealResult(viewId: String, uriChain: Array[String]) extends Product with Serializable
  15. case class TreeViewParentParams(viewId: String, nodeUri: String = null) extends Product with Serializable
  16. case class TreeViewParentResult(uri: String = null) extends Product with Serializable
  17. trait TreeViewProvider extends AnyRef
    Annotations
    @nowarn()
  18. case class TreeViewSymbolInformation(symbol: String, kind: Kind, properties: Int = 0) extends Product with Serializable
  19. case class TreeViewVisibilityDidChangeParams(viewId: String, visible: java.lang.Boolean) extends Product with Serializable

Ungrouped