本文介绍了在 VSCode 中选择所有出现的选定单词的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否有任何技巧或扩展可以在 Visual Studio 代码中选择所选单词的所有实例,以方便编辑或删除这些实例而无需搜索和替换,例如 ِ+ 在崇高的文本中
Are there any trick or extension to select all instances of selected word in visual studio code, to facilitate editing or deleting those instances without search and replace, like ِ+ in sublime text
推荐答案
Select All Occurrences of Find Match editor.action.selectHighlights
.
Select All Occurrences of Find Match editor.action.selectHighlights
.
++
++ 或 ++ 在 Mac 上
++ or ++ on Mac
这篇关于在 VSCode 中选择所有出现的选定单词的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!