例如,我在intellij中有三个具有以下内容的文件,并且我想删除包含ServiceSoapClient1的xml部分,我试图在intellij中记录宏,但对我来说效果不佳,此处列出了宏步骤:
<root>
<endpoint address="https://a.google.com/Service.asmx"
binding="basicHttpBinding" bindingConfiguration="ClientBinding"
contract="ServiceSoap" name="ServiceSoapClient"/>
<endpoint address="https://a.google.com/Service.asmx"
binding="basicHttpBinding" bindingConfiguration="Binding"
name="ServiceSoapClient1"/>
</root>