Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/VSCodeVim/Vim
/ lineCompletionProvider.ts
File
lineCompletionProvider.ts
src/completion/lineCompletionProvider.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
* as vscode from
'vscode'
;
2
3
import
{ Position } from
'vscode'
;
4
import
{ VimState } from
'../state/vimState'
;
Callers
nothing calls this directly
Calls
5
getCompletionsForCurrentLine
Function · 0.85
getFirstNonWhitespaceCharOnLine
Method · 0.80
getLineEnd
Method · 0.80
addTransformation
Method · 0.80
delete
Method · 0.45
Tested by
no test coverage detected