Cursor

class Cursor(val file: KtFile, val element: KtElement, val prefix: String)

Where a query is being asked. element is what to hand analyze; filter candidates by prefix, since the element's own name carries the placeholder rather than what was typed.

Constructors

Link copied to clipboard
constructor(file: KtFile, element: KtElement, prefix: String)

Properties

Link copied to clipboard
val element: KtElement
Link copied to clipboard
val file: KtFile
Link copied to clipboard