diff --git a/README.md b/README.md index 465de71..e45ca82 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,38 @@ highlightwords.findNext Next view/item/context ## Comment Box + +推荐配置 +``` + "commentBox.styles": { + "defaultStyle": { + "capitalize": false, + "ignoreInnerIndentation": false, + "ignoreOuterIndentation": false, + "removeEmptyLines": false, + "textAlignment": "center", + "boxWidth": 200, + "fillingToken": "=" + } + }, +``` + + +## change-case + ``` +用于快速更换命名方式 + +open_the_door +openTheDoor +OpenTheDoor + + ``` +## Header source switch + +``` +快速在头文件和目标文件之间切换 +alt+o +```