Skip to content

一个针对于hexo和主题volantis的vscode的代码片段提示,智能提示,代码智能补全,类似于html的emmet

License

Notifications You must be signed in to change notification settings

lovelyJason/hexo-volantis-snippets

Repository files navigation

hexo-volantis-snippets README

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

Features

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

Requirements

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

hexo + volantis + vscode + markdown

Extension Settings

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

settings.json

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

如何设置?

windows下ctrl + shift + p换出命令面板,输入Open User Settings, 会打开一个JSON文件,在文件末尾追加以上内容即可

Usage

htag列出所有hexo标签以供选择, htag [tagname]直接插入指定标签, 如htag iframe向文章中插入iframe vtag列出所有volantis标签以供选择, vtag [tagname]直接插入指定标签, 如vtag btn向文章中插入按钮

0.0.1

Initial release of ...


About

一个针对于hexo和主题volantis的vscode的代码片段提示,智能提示,代码智能补全,类似于html的emmet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages