eclipse-theia/theia
View on GitHub[search-in-workspace] Support regular expression substitution
Open
#6,420 opened on Oct 21, 2019
bughelp wantedsearch in workspace
Description
The search supports regexp but I cannot reference groups in the replace term.
Example:
search: padding([^ >]*)
replace with: class="ion-padding$1"