常用软件的实用快捷键

VS Code

  1. 全局搜索项目的代码段并替换: ctrl + shift + h

../_images/ctrl_shift_h.png

图 10 全局搜索项目的代码段并替换 —— ctrl + shift + h

参见

  • ctrl + shift + f : 全局搜索项目的匹配的字段

  • ctrl + f : 搜索此文件(光标所属)匹配的字段

  • ctrl + h : 搜索此文件(光标所属)匹配的字段并替换

IntelliJ IDEA