Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以使用快捷方式同时编辑相关标签?
例如,通过仅选择开始或结束标签来更改<h3>Task anlegen</h3>为?<h2>Task anlegen</h2>
<h3>Task anlegen</h3>
<h2>Task anlegen</h2>
Command+W 选择当前单词,但我想同时选择两者。
Refactor| 重命名( Shift+ F6),然后编辑其中一个标签,另一个标签将自动编辑为相同的值。
Refactor