VScode extension that allows copying, cutting or even deleting all lines matching a regular expression and doing stuff with that automatically.
- Delete Lines Matching Regex Pattern (Shortcut key: ctrl+alt+d")
- Copy Lines Matching Regex Pattern (Shortcut key: ctrl+shift+c)
- Cut Lines Matching Regex Pattern (Shortcut key: ctrl+shift+x)
- Copy Lines Matching Regex Pattern and Paste Into New Document (Shortcut key: ctrl+alt+c)
- Cut Lines Matching Regex Pattern and Paste Into New Document (Shortcut key: ctrl+alt+x)
- Allow optionally matching on plain text
Initial version. Basic function, regex only matching.
Added paste into new document functionality
Refactor code, fix bugs, improve error handling
Not a native JS speaker, so contributions or thoughts are welcome