Can easymotion skip folded region in vscode, so that all the visible region on screen can display markers?
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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