Use VSCode
ShaneRun
To Think, To Explore, To Contribute.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PlantUML in 3 steps (VSCode)
After install Extension of PlantUML in VSCode, follow these 3 steps to export your first PlantUML picture.Step1: create file[1]代码的文件的扩展名可以如一下:*.wsd, *.pu, *.puml, *.plantuml, *.iuml.Step2: a simple example[1]@startumlRed -[#red]> Green : To startG原创 2020-11-27 09:55:07 · 1087 阅读 · 0 评论 -
[koroFileHeader] Create my own file header in VSCode
[201124] Create my own file header in VSCodeStep1: Install extension of koroFileHeader, and edit the following default json to target.Step2: Go to setting page by typing file header in “Search settings” column, and choose Fileheader: Custom MadeStep3:原创 2020-11-24 17:51:18 · 198 阅读 · 0 评论 -
[200803]Useful extension list of VSCode
ExtensionFunctionStarNotesMarkdown All in OneSpell check5Markdown Preview EnhancedEnhanced markdown5Markdown TOCTable of content5Code Spell CheckerSpell check5To be updated…原创 2020-08-03 09:50:47 · 137 阅读 · 0 评论 -
[200715] How to realize english spell check in VS Code?
Test sentence: Englixh is a tool for me.It worked, just simply installed Code Spell Checker(V1.9.0). And the tool notified me that Englixh is unknown word.Cool!This is very helpful to improve your spell.原创 2020-08-03 09:41:27 · 140 阅读 · 0 评论 -
[200702] How to fold and unfold in VS code (VS code中常用的折叠展开快捷键)
文章目录Fold and unfold AllFold and unfold currentFold certain levelReferenceFold and unfold AllActionFirst inputSecond inputFold allctrl + kctrl + 0Unfold allctrl + kctrl + jFold and unfold currentActionFirst inputSecond input原创 2020-07-02 09:50:37 · 380 阅读 · 0 评论
分享