BaseSymbolInformation

langoustine.lsp.structures.BaseSymbolInformation
See theBaseSymbolInformation companion object
case class BaseSymbolInformation(name: String, kind: SymbolKind, tags: Opt[Vector[SymbolTag]], containerName: Opt[String])

A base for all symbol information.

Value parameters

containerName

The name of the symbol containing this symbol. This information is for user interface purposes (e.g. to render a qualifier in the user interface if necessary). It can't be used to re-infer a hierarchy for the document symbols.

kind

The kind of this symbol.

name

The name of this symbol.

tags

Tags for this symbol. since 3.16.0

Attributes

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product