Skip to content

Commit

Permalink
Add: doc#68
Browse files Browse the repository at this point in the history
  • Loading branch information
tsq committed May 5, 2021
1 parent 81ba20d commit 24f9326
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,7 @@ VS Code的用户界面由5个部分组成,每一个部分里面都包含了很
- [65 文件使用技巧21: Open in editor](#65-文件使用技巧21-open-in-editor)
- [66 文件使用技巧22: Search editor context](#66-文件使用技巧22-search-editor-context)
- [67 文件使用技巧23: 保存Search Editor](#67-文件使用技巧23-保存search-editor)
- [68 文件使用技巧24: 使用搜索历史记录](#68-文件使用技巧24-使用搜索历史记录)

#### 41 文件及文件夹的三个特点

Expand Down Expand Up @@ -1153,6 +1154,14 @@ Source Control中的文件显示顺序可以被调整,在修改文件过多的
1. 频繁的搜索相同的词。
2. 搜索词或搜索条件较为复杂。

#### 68 文件使用技巧24: 使用搜索历史记录

当我们在VS Code中做搜索时,VS Code其实会记录我们的每一次搜索词,因此当我们在做搜索的时候,如果想利用曾经输入过的搜索词,而不想再次手动输入一遍,我们就可以直接使用VS Code所记录下的搜索历史记录。

使用方法很简单,只需要在搜索输入框中按“向上箭头键”。

另外,类似的功能,VS Code的Source Control的Message输入框也支持。

### 第四章 自定义VS Code
### 第五章 代码编辑技巧
### 第六章 开发中的具体使用
Expand Down

0 comments on commit 24f9326

Please sign in to comment.