easymotion / vim-easymotion

Vim motions on speed!
http://www.vim.org/scripts/script.php?script_id=3526
7.44k stars 357 forks source link

Can easymotion skip folded region in vscode, so that all the visible region on screen can display markers? #493

Open galaxy-gao opened 1 year ago

galaxy-gao commented 1 year ago

I use vscodevim.vim in vscode.

If I fold a big region of text, such as a heading of markdown, and then before the folded region, I use easymotion-j, the marker not displayed on the text below the folded region.

I unfold the region, some top lines have the marker, the others have not.

I think the number of markers may be finite. Can easymotion skip folded region in vscode, so that all the visible region on screen can display markers?