MCPcopy Index your code
hub / github.com/ycm-core/YouCompleteMe / ScreenPositionForLineColumnInWindow

Function ScreenPositionForLineColumnInWindow

python/ycm/vimsupport.py:1463–1466  ·  view source on GitHub ↗
( window, line, column )

Source from the content-addressed store, hash-verified

1461
1462
1463def ScreenPositionForLineColumnInWindow( window, line, column ):
1464 return vim.eval( f'screenpos( { WinIDForWindow( window ) }, '
1465 f'{ line }, '
1466 f'{ column } )' )
1467
1468
1469def UsingPreviewPopup():

Callers

nothing calls this directly

Calls 1

WinIDForWindowFunction · 0.85

Tested by

no test coverage detected