eclipse-theia/theia
在 GitHub 查看[search-in-workspace] Support regular expression substitution
Open
#6,420 建立於 2019年10月21日
bughelp wantedsearch in workspace
描述
The search supports regexp but I cannot reference groups in the replace term.
Example:
search: padding([^ >]*)
replace with: class="ion-padding$1"