eclipse-theia/theia
[search-in-workspace] Support regular expression substitution
开放
#6,420 创建于 2019年10月21日
bughelp wantedsearch in workspace
仓库指标
- 星标
- (18,676 个星标)
- PR 合并指标
- (平均合并 15天 4小时) (30 天内合并 75 个 PR)
描述
The search supports regexp but I cannot reference groups in the replace term.
Example:
search: padding([^ >]*)
replace with: class="ion-padding$1"