2 comments (2 comments)12 reactions (12 reactions)0 assignees (0 assignees)TypeScript1,271 forks (1,271 forks)batch import
area/not-vim-corehelp wantedkind/enhancement
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
Now "Find and Replace" in VSCode has been support to preserve case while replace. Does this extension will support?
Contributor guide
- Research direction
- Investigate how VSCode implements preserve case in its find/replace feature and how the Vim extension currently handles search and replace commands like :s, /, and ?. Look for relevant code in the extension's search/replace handling and explore the VSCode API for editor operations to integrate preserve case support.
- Tech stack
- typescriptjavascript
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- TypeScriptVSCode extension development