发布于 2016-07-08 01:31:15 | 168 次阅读 | 评论: 0 | 来源: 网友投递
Visual Studio Code 跨平台编辑器
Visual Studio Code 是一个运行于 OS X,Windows 和 Linux 之上的,针对于编写现代 web 和云应用的跨平台编辑器。该应用仍然处于预览版阶段,但是你现在就可以在这里下载体验。
Visual Studio Code v1.3 发布了,该版本对扩展管理做了一些改进,新增专用的扩展视图,同时也对标签编辑器做改进。对全局搜索、替换,拖放和缩进等功能增强。
主要提升:
Tabs: Tabbed editor panes allow you to quickly navigate to your files and organize your workbench.
Extensions: New in-product Extensions View to quickly find, install and manage your extensions.
Workbench: Enhanced Drag and Drop, Preview Editors to conserve your editor panes, and multiple Integrated Terminals.
Editor: Global Search and Replace, Indent Guides, Problems panel to view errors and warnings.
Languages: Better, more complete Emmet support, Atom JavaScript grammar extension.
Debugging: Lots of improvements including support for attaching to running Node.js processes and changing variable values during a debug session.
Extension Authoring: A new contribution point for menu bars and context menus. New APIs to open non-text resources and add editor decorator attachments.
更多详细信息,可查看发布说明。
下载地址:https://code.visualstudio.com/Download