CompletionItem

caseapp.core.complete.CompletionItem
case class CompletionItem(value: String, description: Option[String], extraValues: Seq[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def values: Seq[String]
def withPrefix(prefix: String): Option[CompletionItem]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product