1
有沒有辦法同時編輯開始和結束標記?同時編輯開始和結束標記
例如重命名:
<abc something="whatever"> ... more stuff here ... </abc>
要:
<abcdef something="whatever"> ... more stuff here ... </abcdef>
沒有編輯都開始和結束標記。
有沒有辦法同時編輯開始和結束標記?同時編輯開始和結束標記
例如重命名:
<abc something="whatever"> ... more stuff here ... </abc>
要:
<abcdef something="whatever"> ... more stuff here ... </abcdef>
沒有編輯都開始和結束標記。
XML編輯器通過Ctrl/Cmd + 1將其作爲快速幫助提供。
XML編輯器是否提供在Ctrl + 1上執行此操作? – nitind
謝謝...我在Shift + Alt + R期待它,因爲它在代碼和文件中工作... 無論如何,這回答我的問題,所以隨時發佈它作爲答案,所以我可以接受它。 – korda