From a8c85ace6aa050a4de49288fde5b604a119a6043 Mon Sep 17 00:00:00 2001 From: zhaohe <1013909206@qq.com> Date: Thu, 30 Dec 2021 16:26:30 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index eca33f6..0ab7bb8 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,21 @@ highlightwords.findNext Next view/item/context 工程管理,可以快速在工程间切换 ``` +## Comment Box + + +推荐配置 +``` + "commentBox.styles": { + "defaultStyle": { + "capitalize": false, + "ignoreInnerIndentation": false, + "ignoreOuterIndentation": false, + "removeEmptyLines": false, + "textAlignment": "center", + "boxWidth": 200, + "fillingToken": "=" + } + }, +``` + From 6501443d10a6b6209dcab25ee7420470954672ff Mon Sep 17 00:00:00 2001 From: zhaohe <1013909206@qq.com> Date: Fri, 31 Dec 2021 15:07:59 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 0ab7bb8..d403a92 100644 --- a/README.md +++ b/README.md @@ -87,3 +87,21 @@ highlightwords.findNext Next view/item/context }, ``` + +## change-case + +``` +用于快速更换命名方式 + +open_the_door +openTheDoor +OpenTheDoor + + +``` + +## Header source switch + +``` +快速在头文件和目标文件之间切换 +``` From 713d7544f565cbc36e816ffd9bb3716724b12346 Mon Sep 17 00:00:00 2001 From: zhaohe <1013909206@qq.com> Date: Fri, 31 Dec 2021 15:08:15 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d403a92..e45ca82 100644 --- a/README.md +++ b/README.md @@ -104,4 +104,5 @@ OpenTheDoor ``` 快速在头文件和目标文件之间切换 +alt+o ```