Interface IInlineCompleterActions
Methods
accept
- accept(id: string): void
Experimental
Returns void
cycle
- cycle(id: string, direction: "next" | "previous"): void
Experimental
Parameters
- id: string
- direction: "next" | "previous"
Returns void
invoke
- invoke(id: string): void
Experimental
Returns void
isActive
- isActive(id: string): boolean
Experimental
Returns boolean
Accept active inline completion.