【dotnet跨平台】关于VS Code扩展和主题市场

来源:互联网 发布:国内编程语言排行2016 编辑:程序博客网 时间:2024/05/16 17:39


【dotnet跨平台】关于VS Code扩展和主题市场


如果你安装了VS Code:http://code.visualstudio.com/Docs/editor/setup 主页:https://code.visualstudio.com/


那么你你可以了解下VS Code扩展和主题市场:https://marketplace.visualstudio.com/VSCode, 这上面有各种开发者开发的各种扩展(插件)和主题,你可以点击相应的页面,里面有安装命令,一般是在VS Code中,按Ctrl+P,然后输入ext install 软件名称,然后点击弹出来的README,LiCENSE旁边的树形框进行安装。


想了解更多关于扩展的知识:https://code.visualstudio.com/docs/extensions/overview

向自己写一个扩展:https://code.visualstudio.com/docs/extensions/example-hello-world

扩展API:https://code.visualstudio.com/docs/extensionAPI/overview

一些扩展例子:https://code.visualstudio.com/docs/tools/samples


另注:开发Asp.net 5跨平台web程序除了使用VS Code,也可以使用VS2015社区版,具体步骤在这:https://docs.asp.net/en/latest/tutorials/index.html




0 0