Quick-Scope IMPLEMENTATION
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
This is a great feature that vim/nvim has, simple but really efficient, the name is: quick-scope. We already have 2 extensions that are doing the job:
- find-highlight has the perfect match of words as the original quick-scope but the performance is lacking
- quick-scope has a really good perfomance but lacks the perfect match of the first one
I would love to have this motion modification add to the vim extension, is really really helpful. thanks
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
Review the linked quick-scope project and the two referenced VS Code extensions first; this issue names no repository files or tests. Compare their matching behavior and performance, then identify the Vim extension entry point and tests needed to show that the requested motion works with the desired matching quality and responsiveness.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100