CompletionContext

case class CompletionContext(triggerKind: CompletionTriggerKind, triggerCharacter: Opt[String])

Contains additional information about the context in which a completion request is triggered.

Value parameters:
triggerCharacter

The trigger character (a single character) that has trigger code complete. Is undefined if triggerKind !== CompletionTriggerKind.TriggerCharacter

triggerKind

How the completion was triggered.

Companion:
object
Source:
structures.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product