MCPcopy
hub / github.com/VSCodeVim/Vim / reset

Method reset

src/state/compositionState.ts:6–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4 composingText: string = '';
5
6 reset() {
7 this.isInComposition = false;
8 this.insertedText = false;
9 this.composingText = '';
10 }
11}

Callers 2

activateFunction · 0.95
toggleExtensionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected