Visual Studio Code 1.72.2 + x64开源免费代码编辑器 中文多语免费版

微软开源免费代码编辑器 Visual Studio Code 中文版由蓝频道(www.bluesrt.com)发布。Visual Studio Code 中文版是微软推出的带 GUI 的代码编辑器,软件功能非常强大,界面简洁明晰、操作方便快捷,设计得很人性化。软件主要改进了文档视图,完善了对 Markdown 的支持,新增 PHP 语法高亮。

微软开源免费代码编辑器 Visual Studio Code 中文版

Visual Studio Code 是由微软发布的一款免费代码编辑器,支持 Windows、Linux 和 macOS 三大主流平台。Visual Studio Code 重新定义和优化了代码编辑,以便生成和调试新式 Web 应用程序和云应用程序。 您可以在常用平台(Linux、macOS 和 Windows)上免费使用 Visual Studio Code。Visual Studio Code 支持的编程语言超过 30 种!Visual Studio Code 支持 JavaScript、C#、C++、PHP、Java、HTML、R、CSS、SQL、Markdown、TypeScript、LESS、SASS、JSON、XML、Python 以及许多其他常见的文件格式。

Visual Studio Code 功能特色

符合智能感知。
超越语法高亮和自动完成与智能感知,它提供了基于变量类型,函数定义,并导入模块智能完成。

打印语句调试已成为过去。
从编辑器直接调试代码。 启动或附加到正在运行的应用程序,并使用断点,调用堆栈和交互式控制台进行调试。

内置 Git 命令。
与 Git 和其他 SCM 提供商合作从未如此简单。 从编辑器中直接查看差异,阶段文件和提交。 从任何托管的 SCM 服务推送和拉取。

可扩展和可定制。
想要更多功能吗? 安装扩展以添加新语言,主题,调试程序以及连接到其他服务。 扩展程序在不同的进程中运行,确保它们不会减慢编辑器的速度。

以 JavaScript 为代表,过去我们调试 JS 的时候,需要使用浏览器 F12,代码上面需要利用 console.log 或 alert 对过程进行输出,习惯了例如 VS 编译器的开发人员会比较不习惯。如今可以使用 VS Code 进行开发,它开源免费,通过安装开发语言相关的插件,可以让 VS Code 实现相应的语法识别和代码提示,目前拓展商店已经提供了大多数编程语言的插件,可以随便下载,常用有 Script 有 JScript、EScript ,以及包括 PHP,Python 等其它语言。

Visual Studio Code 中文语言设置

启动 Visual Studio Code,默认为英文界面。

点击插件按钮,搜索 Chinese,如配图所示,如果没有安装中文插件,需要点击 Install 进行安装。

按 F1 键,输入 Configure Language ,点击搜索结果中的 Configure Display Language。

此时会打开语言配置文件 locale.json,英文状态下 locale 属性默认为 en,将 en 修改为 zh-CN,然后保存重启工具即可。

Visual Studio Code 许可证

MIT 许可证

官方主页

What’s new in Visual Studio Code 1.72.0
October 6, 2022
Document shell integration vscode custom sequences on website
Migrate Codespaces content from VS Code docs to GitHub docs
Array<A|B> is displayed as A|B[]
List the places the Python extension looks for environments in the order that it performs its search
Variables-reference page add ${fileDirnameBasename}
Add doc to explain the benefit of Timeline view, especially when I commit my changes often
WSL docs use deprecated Chrome Debugger as extension example
Feature request: Show content of updates in RSS feed
VSCode API: contributes.menus missing menu possibilities
Add docs that explain 3-way merge editor
Contribution points page contains example with resourceScheme but no explanation how to do it
Review and update the Azure TOC node
Not introduced commands in “Configure C/C++ debugging” chapter
Clang error on macbook vscode
How to associate a configuration to a workspace
Update dev containers content
Clarify extension unique name restriction
Better Debug documentation for TypeScript
Adding a section on e2e testing for WebViews
A11y_Visual Studio Code Services_Docs Python_Tutorial_DeveloperTool: Incorrect role given for “Edit” control as “link” and “Button”
A11y_Visual Studio Code Services_Docs Setup_Linux_Usability:The “Installation” header has an additional “# installation link” besides it.
A11y_Visual Studio Code Services_Blog Posts_Extension Bisect_Resize: At 200% zoom Text and links in the page are getting overlapped when navigated using “shift + tab” key
Review and update Configure C/C++ debugging topic
Instructions on configuring vscode for chrome extensions debugging
Missing File System API extension guide

https://code.visualstudio.com/updates

官方下载Windows 32 位Windows 64 位MacOS
点击下载点击下载点击下载
Rate this post

留言 | Comments