1. 代码段 Snippets
需要设置 "editor.tabCompletion": "on"
2. 常用插件
-
Sort lines
-
Selected Lines Count
-
Sublime Text Keymap and Settings Importer
-
Todo+
-
Local History
-
Markdown PDF
-
Markdown Preview Enhanced
-
PlantUML
-
SQL Formatter
-
Visual Studio Code Format
-
vscode-pdf
-
XML Tools
-
Selected Character Count
-
Paste Image
-
Git Graph
-
Paste URL
-
Language support for Java
3. Markdown Preview Enhanced 支持 hexo 语法
ctrl + shift + P 找到 Markdown Preview Enhanced: Extend Parser, 打开 parser.js
修改其中 onWillParseMarkdown 方法为
1 | onWillParseMarkdown: function(markdown) { |
4. Paste Url 插件插入格式改成 hexo的
修改 ~/.vscode/extensions/kukushi.pasteurl-0.4.4/out/src/extension.js
1 | class MarkdownLinkFormatter { |
5. 自定义代码段字段提示完成
editor.tabCompletion: on