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

Method forceFileAutocomplete

packages/pi-tui/src/components/editor.ts:2225–2227  ·  view source on GitHub ↗
(explicitTab: boolean = false)

Source from the content-addressed store, hash-verified

2223 }
2224
2225 private forceFileAutocomplete(explicitTab: boolean = false): void {
2226 this.requestAutocomplete({ force: true, explicitTab });
2227 }
2228
2229 private requestAutocomplete(options: { force: boolean; explicitTab: boolean }): void {
2230 if (!this.autocompleteProvider) return;

Callers 1

handleTabCompletionMethod · 0.95

Calls 1

requestAutocompleteMethod · 0.95

Tested by

no test coverage detected