8 comments (8 comments)21 reactions (21 reactions)0 assignees (0 assignees)TypeScript1,271 forks (1,271 forks)batch import
help wantedkind/featuresize/S
Repository metrics
- Stars
- 12,664 stars (12,664 stars)
- PR merge metrics
- Avg merge 9d 13h (Avg merge 9d 13h)7 merged PRs in 30d (7 merged PRs in 30d)
Description
The new editor.formatOnPaste setting in vscode 1.9 works when pasting with ctrl-v with not in vim mode's p, which should use that setting too to automatically format when pasting.
Contributor guide
- Research direction
- Investigate how the vim mode's paste command (`p`) is implemented and how to integrate the `editor.formatOnPaste` setting.
- Tech stack
- typescript
- Domain
- developer experience
- Issue type
- Feature
- Prerequisites
- GitTypeScriptVSCode extension development