DrSensor / DrSensor/lspcat

Filter via regex named capture

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

### deletion
- #3 for uncomment typescript type annotation
```sh
lspcat --filter "(?/\*\s*?):.*?(?\s*?\*/)" -- npx typescript-language-server --stdio
```

- #3 for uncomment typescript syntax
```sh
lspcat --filter "(?/\*::\s*?).*(?\s*?\*/)" -- npx typescript-language-server --stdio
```

- #3 for uncomment typescript non-null assertion
```sh
lspcat --filter "(?/\*\s*?)!(?\s*?\*/)" -- npx typescript-language-server --stdio
```

### swap
TBD

### replace
TBD

### insert
TBD

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.