文件名称:Vsnips:Ultisnips for vscode
文件大小:104KB
文件格式:ZIP
更新时间:2024-05-22 03:09:20
TypeScript
Vsnips 请:参考文档: : 允许用户在vscode中使用Ultisnips。 它正在开发中,尽管我不能保证所有的ultisnips函数都可以在vscode中使用,但我会尽力而为。 请随时提出问题或提出要求。 ext install corvofeng.Vsnips UltiSnips 有关Ultisnips的详细信息,请参阅。 。 编写UltiSnips代码段很容易,例如,在Python ,我通常使用import IPython; IPython.embed() import IPython; IPython.embed()用于调试。 您可以这样编写摘要: # Atention, this code must be put in python.snippets for `Python` code. snippet dbg " Use IPython to debug
【文件预览】:
Vsnips-master
----.gitignore(38B)
----images()
--------icon.png(270KB)
----package.json(3KB)
----syntaxes()
--------snippets.json(1KB)
----src()
--------generate.ts(4KB)
--------script_tpl.ts(11KB)
--------vsnip_context.ts(2KB)
--------extension.ts(6KB)
--------vsnip_watcher.ts(4KB)
--------kv_store.ts(5KB)
--------doc_parse()
--------logger.ts(3KB)
--------snippet_manager.ts(5KB)
--------parse.ts(11KB)
--------user_script.ts(2KB)
--------box()
--------util.ts(7KB)
--------test()
----.travis.yml(1KB)
----Ultisnips()
--------javascript.snippets(4KB)
--------cpp.snippets(2KB)
--------c.snippets(3KB)
--------python.snippets(14KB)
--------all.snippets(3KB)
--------lua.snippets(1KB)
----.vscodeignore(133B)
----CHANGELOG.md(2KB)
----tsconfig.json(584B)
----.github()
--------workflows()
----.eslintrc.js(747B)
----README.md(5KB)
----example()
--------all.snippets(224B)
--------func.js(803B)
----.vscode()
--------settings.json(444B)
--------launch.json(1KB)
--------tasks.json(494B)
--------extensions.json(141B)
----README-zh_CN.md(5KB)
----yarn.lock(80KB)