# 常用软件的实用快捷键 ## VS Code 1. 全局搜索项目的代码段并替换: `ctrl + shift + h` :::{figure} ./img/vs-code/ctrl_shift_h.png 全局搜索项目的代码段并替换 —— ctrl + shift + h ::: ```{seealso} * `ctrl + shift + f` : 全局搜索项目的匹配的字段 * `ctrl + f` : 搜索此文件(光标所属)匹配的字段 * `ctrl + h` : 搜索此文件(光标所属)匹配的字段并替换 ``` ## IntelliJ IDEA