VSCodeVim / VSCodeVim/Vim

`V is` should select the range from first column to the end of the first inner sentence.

Open
#6,405 1 comment 0 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

V will visual the whole line, but when I type is, a text object movement that selects inner sentence, it should select the range from first column to the end of the first inner sentence. However, it still select the whole line
This is the behavior:
Peek 2021-04-03 13-16
This is the range it should select when type is(I use v is)
Peek 2021-04-03 13-15

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 the VS Code Vim extension using visual-line mode followed by the inner-sentence text object (V then is), and compare the resulting selection with the expected range shown in the issue. Trace the visual-mode and text-object handling until the selection behavior is identified; done means V is selects from the first column through the end of the first inner sentence rather than the whole line.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
devtools
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 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.