MatchBeforeResult

data class MatchBeforeResult(val from: DocPos, val to: DocPos, val text: String)

Result of CompletionContext.matchBefore.

Constructors

Link copied to clipboard
constructor(from: DocPos, to: DocPos, text: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val to: DocPos