Feature request: support Vim-ArgWrap
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.
Splitting and unsplitting argument lists is a common problem.
Describe the solution you'd like
Please consider implementing the Vim-ArgWrap plugin.
Describe alternatives you've considered
= currently uses maps to the "Format Document" command, which may sometimes help splitting lines, but not in general. It's also possible to write custom commands in the .vimrc file (as per this question), but this will of course not work for VSCodeVim.
Additional context
Here is a video showing the functionality of vim-argwrap (from its github repository):
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
Start with the Vim-ArgWrap project linked in the issue and compare its splitting and unsplitting behavior with VSCodeVim's current = mapping to Format Document. Determine the supported argument-list cases and define done as equivalent argument wrapping behavior being available in VSCodeVim, with coverage for the intended cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100