`V is` should select the range from first column to the end of the first inner sentence.
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:

This is the range it should select when type is(I use v is)

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 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