Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Hexo Volantis SnippetsNew to Visual Studio Code? Get it now.
Hexo Volantis Snippets

Hexo Volantis Snippets

jasonhuang

|
213 installs
| (0) | Free
一个vscode的代码片段提示,智能提示,代码智能补全,类似于html的emmet
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

hexo-volantis-snippets README

这是一个vscode的代码片段提示以及代码补全插件,用于hexo博客的书写,快速书写hexo标签插件和主题volantis标签插件

Features

能快速书写标签插件,避免手写各种复杂的符号,提高写文章的效率

Requirements

本插件是为hexo博客的volantis插件定制的,并且是拓展markdown的功能,因此你需要

hexo + volantis + vscode

Extension Settings

使用本插件之前要配置vscode以下选项,确保markdown中有代码提示和补全的功能,默认是关闭的

settings.json

"[markdown]": {
    "editor.quickSuggestions": {
        "comments": "on",
        "strings": "on",
        "other": "on"
    }
}

0.0.1

Initial release of ...


  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft