Visual Studio Code 0.5.0 版本發布
Visual Studio Code 是一個運行于 OS X,Windows 和 Linux 之上的,針對于編寫現代 web 和云應用的跨平臺編輯器。該應用仍然處于預覽版階段,但是你現在就可以在這里下載體驗。
這標志著 Microsoft 第一次向開發者們提供了一款真正的跨平臺編輯器。雖然完整版的 Visual Studio 仍然是只能運行在 Windows 之上,但是今天的聲明向我們展示了這家公司對于支持其他計算機平臺的承諾。
https://code.visualstudio.com/Download
詳細改進內容請看:
https://code.visualstudio.com/updates
值得關注的改進記錄包括:
-
Several updates to how we handle files, including file and folder filtering in the explorer, opening files via the command line at a specific line number, re-using an existing instance when you open multiple files, ability to control the size of the working files list.
-
Improved editor options that include support for removing trailing whitespace, improved search patterns with include/exclude filters.
-
Significant JavaScript updates including ES6 support, jsconfig.json, improved
///
reference management, additional workspace settings -
Git enhancements, including an integrated credential prompt, multi-line commit message support and improved control over auto-fetch
-
User-defined snippets support, and more built in snippets for common languages, i.e., Dockerfiles, Python, and Rust.
-
Debugger enhancements including watch expressions, and improved Node.js breakpoint and source map support.
-
Other Stuff: Proxy support, auto-update enabled for Mac and Windows, notable bug fixes