[CURSOR] Select inside tags also selects opening tag's ">" character
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
Describe the bug
The goal is to select content inside of html tags in CURSOR IDE.
The key combo I am using is "v" + "i" + "t".
To Reproduce
- create opening and closing div tag and put some content in it.
- Try to use the following key combo "v" + "i" + "t"
- It select everything inside of the tags but also the ">" sign of the opening html tag.
Expected behavior
Select content ONLY inside tags.
Screenshots
- Extension (VsCodeVim) version: 1.29.0
- Cursor version: 0.48.7
- OS: macOS, 14.6.1
Additional context
Any tips on how to solve this would be very much appreciated.
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 CURSOR IDE using the v + i + t key sequence on a div containing text. Trace the HTML tag text-object handling in the VSCodeVim extension and verify that the selection excludes the opening tag's > character while still selecting the content inside the tags.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100