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

Interface IModeHandlerMap

src/mode/modeHandler.ts:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59} from './mode';
60
61interface IModeHandlerMap {
62 get(editorId: Uri): ModeHandler | undefined;
63}
64
65/**
66 * ModeHandler is the extension's backbone. It listens to events and updates the VimState.

Callers 8

getAndUpdateModeHandlerFunction · 0.65
loadConfigurationFunction · 0.65
activateFunction · 0.65
testItFunction · 0.65
getMethod · 0.65
reloadConfigurationFunction · 0.65
register.test.tsFile · 0.65

Implementers 7

TestMementotest/testUtils.ts
ModeHandlerMapImplsrc/mode/modeHandlerMap.ts
Registersrc/register/register.ts
ValidatorResultssrc/configuration/iconfigurationValida
HistoryBasesrc/platform/browser/history.ts
HistoryBasesrc/platform/node/history.ts
HistoryFilesrc/history/historyFile.ts

Calls

no outgoing calls

Tested by

no test coverage detected