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

Method updateAutocomplete

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

Source from the content-addressed store, hash-verified

2409 }
2410
2411 private updateAutocomplete(): void {
2412 if (!this.autocompleteState || !this.autocompleteProvider) return;
2413 this.requestAutocomplete({ force: this.autocompleteState === "force", explicitTab: false });
2414 }
2415}

Callers 4

insertCharacterMethod · 0.95
handleBackspaceMethod · 0.95
handleForwardDeleteMethod · 0.95
moveCursorMethod · 0.95

Calls 1

requestAutocompleteMethod · 0.95

Tested by

no test coverage detected