VSCodeVim / VSCodeVim/Vim

Correct status bar messages when searching

Open
#6,730 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

Rather than match X of Y, we should show [X/Y]. Vim shows this to the left of showcmd - maybe we make a new status bar item for this? This should also depend on shortmess, which we don't yet support (#6899).

In addition, n/N should show /pattern or ?pattern in primary status bar item.

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

Start by tracing the existing search status-bar handling in the VSCodeVim extension and review issue #6899 for the proposed shortmess support. Done means search status uses [X/Y], respects shortmess, and n/N displays /pattern or ?pattern in the primary status bar item.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.