MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / cancelAutocomplete

Method cancelAutocomplete

packages/pi-tui/src/components/editor.ts:2402–2405  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2400 }
2401
2402 private cancelAutocomplete(): void {
2403 this.cancelAutocompleteRequest();
2404 this.clearAutocompleteUi();
2405 }
2406
2407 public isShowingAutocomplete(): boolean {
2408 return this.autocompleteState !== null;

Callers 8

handleInputMethod · 0.95
setTextMethod · 0.95
insertTextAtCursorMethod · 0.95
handlePasteMethod · 0.95
addNewLineMethod · 0.95
submitValueMethod · 0.95

Calls 2

clearAutocompleteUiMethod · 0.95

Tested by

no test coverage detected