我需要通过向固定字符串添加翻译信息来重构一些代码。在很多地方我需要替换这样的文字:
Some Text
到
{% trans "Some Text" %}
我想选择字符串,然后使用某种键组合来更新我选择的内容。
我如何在Eclipse中做到这一点?
答案 0 :(得分:0)
使用Search
菜单,然后Files
在Containing Text
中:写Some Text
然后你有一个按钮Replace
名为Replace Text Matches
的窗口已打开。
在With
:您写{% trans "Some Text" %}
最后按下按钮Preview
按<{1}}按钮OK
按下按钮Get-ADUser -Filter * -SearchBase $TargetOU -Properties * | Where-Object {$_.adminDescription -eq "Azure_Sync" -and $_.proxyAddresses -notlike "sip*" -and $_.sn -ne $null -and $_.msRTCSIP-PrimaryUserAddress -ne $null