eclipse-theia/theia

[search-in-workspace] Support regular expression substitution

Open

#6,420 opened on Oct 21, 2019

View on GitHub
 (0 comments) (7 reactions) (0 assignees)TypeScript (2,478 forks)batch import
bughelp wantedsearch in workspace

Repository metrics

Stars
 (18,676 stars)
PR merge metrics
 (Avg merge 15d 4h) (75 merged PRs in 30d)

Description

The search supports regexp but I cannot reference groups in the replace term. Example: search: padding([^ >]*) replace with: class="ion-padding$1"

Contributor guide