The features that VS Code includes out-of-the-box are just the start. VS Code extensions let you add new languages, features and tools to your installation to support your development workflow. VS Code’s rich extensibility model lets extension authors plug directly into the VS Code UI and contribute functionality through the same APIs used by VS Code. This topic explains how to find, install, and manage VS Code extensions.
对于VS Code所包括的开箱即用的功能而言,仅仅是开始。 通过安装VS COde扩展,让你添加新的语言,功能和工具,以支持你的开发工作流程。 VS代码的丰富的扩展模型允许扩展的开发者可以直接插手到VSCode 的UI,并通过使用相同的API,向VSCode贡献功能。本主题说明如何查找,安装和管理VSCode扩展。
在VS Code中浏览和安装扩展 Browse and Install Extensions in VS CodeYou can browse and install extensions from within VS Code. Press kb(workbench.action.showCommands) and narrow down the list commands by typing extension:
您可以在VScode内浏览安装扩展程序。按下 kb(workbench.action.showCommands),并通过键入extension来缩小命令列表的范围:
Pick Extensions: Install Extension.
选择 Extensions: Install Extension。
Tip: As an alternative, press kb(workbench.action.quickOpen) (Quick Open) and type ext install with a trailing space. Not sure what to install? Visit VS Code Marketplace.
小技巧: 作为一种替代, 按下 kb(workbench.action.quickOpen) (Quick Open) and 输入 后面有一个空格的ext install. 不知道要安装什么? 访问 VS Code 市场吧。
You’ll see a list of extensions on the Marketplace along with the publisher, published date and a brief description. You can click the README button to go to the extension’s VS Code Marketplace page where you can learn more.
在市场你会看到扩展的列表与出版商,发布日期和简要描述。您可以点击’README`按钮转到 VS Code 市场页面,在那里可以学习