CompletionAffix

dotty.tools.pc.completions.CompletionAffix
See theCompletionAffix companion object
case class CompletionAffix(suffixes: Set[Suffix], prefixes: Set[Prefix], snippet: Suffix, currentPrefix: Option[String])

Value parameters

prefixes

which we should insert

snippet

which suffix should we insert the snippet $0

suffixes

which we should insert

Attributes

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

Members list

Value members

Concrete methods

We need to insert previous prefix, but we don't want to display it in the label i.e.

We need to insert previous prefix, but we don't want to display it in the label i.e.

scala.util.Tr@@

should returnnew Try[T]: Try[T]but insertnew scala.util.Try`

Attributes

def toInsertRange: Option[Range]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Givens

Givens