Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【工具推荐】 一个能快速生成和在线管理vscode代码片段的工具。 #5435

Closed
yayaluoya opened this issue Oct 29, 2024 · 0 comments
Labels

Comments

@yayaluoya
Copy link

codess 一个能快速生成和在线管理vscode代码片段的工具。

vscode代码片段是什么,有什么用

https://code.visualstudio.com/docs/editor/userdefinedsnippets

如何使用这个工具生成vscode代码片段配置文件

  • 在线写一个markdown文档,然后下载生成的vscode代码片段配置放项目里面就行了,在线体验 https://codess.dumogu.top/try
  • 通过代码片段包生成vscode代码片段配置文件,具体操作见文档

为什么要用这个工具管理vscode代码片段

  • 因为vscode原生的代码片段很难配置,所以有很多在线生成vscode代码片段的工具,但这些工具一次只能生成一个代码片段配置,最后开发者还是要自己来管理这些代码片段配置。而这个工具能让开发者用写markdown文档的方式来写自己的代码片段,而无需关心这些代码片段要怎样才能变成vscode的代码片段配置。
  • 开发者也能把自己的代码片段markdown文件放在一个开源的github仓库中,其他开发者就能通过codess的命令行工具安装使用了,这对于一些框架非常友好。
  • codess官网也内置了很多代码片段包,开发者能直接安装使用,比如常用的JavaScript代码片段,vue常用的代码片段。。。,后续还会持续添加更多的代码片段包。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants