VSCodeVim / VSCodeVim/Vim

:g[lobal] feature not present

Open
#9,556 1 comment 2 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

Is your feature request related to a problem? Please describe.
I would like to use the global functionality by writing :g to delete lines matching given regex, but right now, when I run :g I get back,

Command: g[lobal] is not yet implemented

Describe the solution you'd like
To have :g implemented

Describe alternatives you've considered
Currently search the lines and delete them manually

Additional context
I think this issue can be labelled area/commandline, and kind/feature.

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 locating the command-line handling for the :g[lobal] command and how regex matching and line deletion are represented. Reproduce the current “not yet implemented” response, then trace related command behavior and tests if available. Done means :g accepts a regex and deletes matching lines without requiring manual removal.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
cli
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.