vscode的插件推荐和配置说明
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zhaohe 990dd2f81b Merge remote-tracking branch 'origin/master' 4 years ago
README.md 更新 'README.md' 4 years ago

README.md

README

[toc]

CMake Language Support

cmake语言高亮
cmake格式化

AutoMarkdown TOC

提供自动生成 markdown目录功能
CMD:Auto Markdown TOC: Insert/Update

Bracket Select

快速选择括号内内容的功能
CMDS:
bracket-select.select	BraSel:Select	Alt+A
bracket-select.undo-select	BraSel:UndoSelect	Alt+Z
bracket-select.select-include	BraSel:SelectInclude	Ctrl+Alt+A

C/C++


C/C++ Snippets : programmershri.cppsnippets

c++代码片段

highlight-words

高亮选中的单词
CMD:
highlightwords.addHighlight	                        Highlight Toggle Current		
highlightwords.removeHighlight	                    Highlight Remove		
highlightwords.removeAllHighlights	                Highlight Remove All		
highlightwords.addRegExpHighlight	                Highlight Expression		
highlightwords.addHighlightWithOptions	            Highlight Selection with Options		
highlightwords.setHighlightMode	                    Set Highlight Mode		
highlightwords.treeRemoveHighlight	                Remove		view/item/context
highlightwords.treeHighlightOptions	                Change Options		view/item/context
highlightwords.toggleSidebar	                    Highlight Toggle Sidebar		
highlightwords.findPrevious	Back		            view/item/context
highlightwords.findNext	Next		                view/item/context

Project Manager

工程管理,可以快速在工程间切换

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