Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Other
>
vscode-plugin-demo
New to Visual Studio Code?
Get it now.
vscode-plugin-demo
小茗同学
|
5,405 installs
|
(
2
)
|
Free
VSCode插件demo
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
vscode-plugin-demo
VSCode插件开发全攻略系列文章配套demo。
文章索引
VSCode插件开发全攻略(一)概览
VSCode插件开发全攻略(二)HelloWord
VSCode插件开发全攻略(三)package.json详解
VSCode插件开发全攻略(四)命令、菜单、快捷键
VSCode插件开发全攻略(五)跳转到定义、自动补全、悬停提示
VSCode插件开发全攻略(六)开发调试技巧
VSCode插件开发全攻略(七)WebView
VSCode插件开发全攻略(八)代码片段、设置、自定义欢迎页
VSCode插件开发全攻略(九)常用API总结
VSCode插件开发全攻略(十)打包、发布、升级
VSCode插件开发全攻略(十一)自定义侧边栏、视图
VSCode插件开发全攻略(十二)颜色、图标主题
VSCode插件开发全攻略(十三)SCM
VSCode插件开发全攻略(十四)Language Server
VSCode插件开发全攻略(十五)Debug Adapter
VSCode插件开发全攻略(十六)新语言支持