Visual Studio Code:修订间差异
无编辑摘要 |
|||
第1行: | 第1行: | ||
Visual Studio | Visual Studio Code,简称'''VS Code''',是一个由[[微软]]开发,同时支持[[Windows]] 、 [[Linux]]和[[macOS]]等操作系统的免费开源代码编辑器。它支持测试,并内置了 [[Git]] 版本控制功能,同时也具有开发环境功能,例如代码补全、代码片段和代码重构等。 | ||
VS Code 是基于 GitHub 的[[Electron]]开源框架开发。Electron 是一个基于 [[Chromium]] 的项目,可用于开发基于 [[Node.js]] 的本地应用程序。Visual Studio Code 使用 [[Blink]] 排版引擎渲染用户界面。 | VS Code 是基于 [[GitHub]] 的[[Electron]]开源框架开发。Electron 是一个基于 [[Chromium]] 的项目,可用于开发基于 [[Node.js]] 的本地应用程序。Visual Studio Code 使用 [[Blink]] 排版引擎渲染用户界面。 | ||
==简介== | ==简介== | ||
===时间轴=== | |||
===安装=== | ===安装=== | ||
VS Code由两种使用方式: | |||
* | * 使用VS Code 客户端界面。 | ||
* 安装web版服务器,在浏览器中使用。 | * 安装web版服务器,在浏览器中使用。 | ||
第12行: | 第13行: | ||
====web服务器==== | ====web服务器==== | ||
==基础知识== | |||
==快捷键== | |||
==插件== | |||
===插件安装=== | |||
===常用插件=== | |||
==语言环境== | |||
==资源== | ==资源== | ||
===官网=== | ===官网=== | ||
* [https://code.visualstudio.com/ | * [https://code.visualstudio.com/ VS Code 官网] | ||
* [https://code.visualstudio.com/docs | * [https://code.visualstudio.com/docs VS Code 文档] | ||
===相关教程=== | |||
*[https://blog.csdn.net/maokelong95/article/details/88805589 CSDN:猫科龙 - 「VS Code」Visual Studio Code 菜鸟教程:从入门到精通] | |||
*[https://vscode.cool/ vscode.cool:VS Code入门教程2020] | |||
=== | ===相关文章=== | ||
* [https://zh.wikipedia.org/wiki/Visual_Studio_Code 维基百科:Visual Studio Code] | |||
* [https://zhuanlan.zhihu.com/p/64505333 知乎:韩骏-VS Code Remote 发布!开启远程开发新时代] | * [https://zhuanlan.zhihu.com/p/64505333 知乎:韩骏-VS Code Remote 发布!开启远程开发新时代] | ||
* [https://zhuanlan.zhihu.com/p/90094288 知乎:韩骏-重磅!微软发布 Visual Studio Online:Web 版 VS Code + 云开发环境] | * [https://zhuanlan.zhihu.com/p/90094288 知乎:韩骏-重磅!微软发布 Visual Studio Online:Web 版 VS Code + 云开发环境] | ||
[[分类:编程工具]] | [[分类:编程工具]] |
2021年6月23日 (三) 03:29的版本
Visual Studio Code,简称VS Code,是一个由微软开发,同时支持Windows 、 Linux和macOS等操作系统的免费开源代码编辑器。它支持测试,并内置了 Git 版本控制功能,同时也具有开发环境功能,例如代码补全、代码片段和代码重构等。
VS Code 是基于 GitHub 的Electron开源框架开发。Electron 是一个基于 Chromium 的项目,可用于开发基于 Node.js 的本地应用程序。Visual Studio Code 使用 Blink 排版引擎渲染用户界面。
简介
时间轴
安装
VS Code由两种使用方式:
- 使用VS Code 客户端界面。
- 安装web版服务器,在浏览器中使用。