Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/VSCodeVim/Vim
/ get
Method
get
src/mode/modeHandler.ts:62–62 ·
view source on GitHub ↗
(editorId: Uri)
Source
from the content-addressed store, hash-verified
60
61
interface
IModeHandlerMap {
62
get(editorId: Uri): ModeHandler | undefined;
63
}
64
65
/**
Callers
15
getAndUpdateModeHandler
Function · 0.65
loadConfiguration
Function · 0.65
activate
Function · 0.65
testIt
Function · 0.65
get
Method · 0.65
reloadConfiguration
Function · 0.65
register.test.ts
File · 0.65
configuration.test.ts
File · 0.65
remapper.test.ts
File · 0.65
remappingValidator.test.ts
File · 0.65
write.test.ts
File · 0.65
historyFile.test.ts
File · 0.65
Implementers
7
TestMemento
test/testUtils.ts
ModeHandlerMapImpl
src/mode/modeHandlerMap.ts
Register
src/register/register.ts
ValidatorResults
src/configuration/iconfigurationValida
HistoryBase
src/platform/browser/history.ts
HistoryBase
src/platform/node/history.ts
HistoryFile
src/history/historyFile.ts
Calls
no outgoing calls
Tested by
no test coverage detected