MCPcopy Create free account
hub / github.com/ycm-core/YouCompleteMe / TextAfterCursor

Function TextAfterCursor

python/ycm/vimsupport.py:107–109  ·  view source on GitHub ↗

Returns the text after CurrentColumn.

()

Source from the content-addressed store, hash-verified

105
106
107def TextAfterCursor():
108 """Returns the text after CurrentColumn."""
109 return ToUnicode( vim.current.line[ CurrentColumn(): ] )
110
111
112def TextBeforeCursor():

Callers

nothing calls this directly

Calls 1

CurrentColumnFunction · 0.85

Tested by

no test coverage detected