This object is used to manage inline code completions rendered into an editor with ghost text.

Constructors

Properties

editor: any
inlineScreenReader: AceInlineScreenReader

Methods

  • Renders the completion as ghost text to the current cursor position

    Parameters

    • editor: Editor
    • completion: Completion
    • prefix: string

    Returns boolean

    True if the completion could be rendered to the editor, false otherwise

Generated using TypeDoc