VSCodeVim / VSCodeVim/Vim

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

Open
#8,112 0 comments 6 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
15.2k
Forks
1.5k
Avg merge
3d 18h
Merged PRs (30d)
6

Description

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?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue in VS Code with vscodevim.vim by folding a large Markdown region and using easymotion-j above it. Start by tracing the easymotion-j behavior and how folded text is handled. Done means markers appear across all visible text below the folded region, rather than being limited by the folded content.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript, vscode
Domain
developer-experience, tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.