Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sxei/vscode-plugin-demo
VSCode插件开发全攻略配套demo
https://github.com/sxei/vscode-plugin-demo
demo develop plugin vscode
Last synced: 10 days ago
JSON representation
VSCode插件开发全攻略配套demo
- Host: GitHub
- URL: https://github.com/sxei/vscode-plugin-demo
- Owner: sxei
- Created: 2018-10-06T06:53:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:43:29.000Z (almost 2 years ago)
- Last Synced: 2024-10-22T18:16:46.248Z (17 days ago)
- Topics: demo, develop, plugin, vscode
- Language: JavaScript
- Size: 331 KB
- Stars: 1,083
- Watchers: 25
- Forks: 291
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# vscode-plugin-demo
VSCode插件开发全攻略系列文章配套demo。
# 文章索引
* [VSCode插件开发全攻略(一)概览](http://blog.haoji.me/vscode-plugin-overview.html)
* [VSCode插件开发全攻略(二)HelloWord](http://blog.haoji.me/vscode-plugin-hello-world.html)
* [VSCode插件开发全攻略(三)package.json详解](http://blog.haoji.me/vscode-plugin-package-json.html)
* [VSCode插件开发全攻略(四)命令、菜单、快捷键](http://blog.haoji.me/vscode-plugin-command-and-menu.html)
* [VSCode插件开发全攻略(五)跳转到定义、自动补全、悬停提示](http://blog.haoji.me/vscode-plugin-jump-completion-hover.html)
* [VSCode插件开发全攻略(六)开发调试技巧](http://blog.haoji.me/vscode-plugin-develop-tips.html)
* [VSCode插件开发全攻略(七)WebView](http://blog.haoji.me/vscode-plugin-webview.html)
* [VSCode插件开发全攻略(八)代码片段、设置、自定义欢迎页](http://blog.haoji.me/vscode-plugin-snippets-and-settings.html)
* [VSCode插件开发全攻略(九)常用API总结](http://blog.haoji.me/vscode-plugin-common-api.html)
* [VSCode插件开发全攻略(十)打包、发布、升级](http://blog.haoji.me/vscode-plugin-publish.html)