Visual Studio Code is een opensourcecode-editor met ondersteuning voor IntelliSense, debugging, Git en code snippets. Ondersteuning voor de gangbaarste script- en programmeertalen is aanwezig, en kan daarnaast via extensies uitgebreid worden. Microsoft heeft enkele dagen geleden versie 1.13.1 uitgebracht, die een aantal problemen uit versie 1.13 oplost. De aankondigingen van beide uitgaven zien er als volgt uit:
Update 1.13.1:
The update addresses these issuesMay 2017 (version 1.13)
- Text disappeared after update to 1.13
- Why is there no Chinese after the update?
- Contributed tree views can crash the explorer
- VS code icons is distorted when invoked from the command line
- Terminals created before panel is initialized have the wrong width
- Terminal: Unicode characters in or near linkified text are causing links to be duplicated
Welcome to the May 2017 release of Visual Studio Code. There are a number of significant updates in this version that we hope you will like, some of the key highlights include:The release notes are arranged in the following sections related to VS Code focus areas. Here are some further updates:
- Changes to settings defaults - Enabled by default: extensions auto-update, editor drag and drop, and minimap (outline view).
- Set multiple cursors with Ctrl/Cmd + Click - Add multi-cursors just like Sublime Text and Atom.
- Improved Git merge - Inline merge actions with Accept Changes CodeLens.
- Better IntelliSense details - Easily toggle full suggestion documentation.
- Emmet abbreviations display - Preview Emmet expansions as you type.
- Enhanced snippets - Increase your productivity with multi-cursor and nested snippets.
- Faster debugger performance - Stepping through source code is significantly faster.
- File links in exception stack traces - Jump directly to source code from exception stack traces.
- Docker and MERN debugging recipes - Debug configuration examples for Docker and MERN stack projects.
- More workbench theming colors - We've added more VS Code customizable colors.
- Better NVDA support - Accessibility improvements for the NVDA screen reader.
- Workbench - Filenames in symbol search, disable menu bar mnemonics.
- Editor - Resizable Find widget, new folding control settings.
- Languages - JSX/TSX component highlighting, Markdown headers in symbol search.
- Debugging - Copy All from Debug Console, local/remote paths in launch configurations.
- Tasks - Autodetect and customize Gulp and Grunt tasks to run in VS Code.
- Extension Authoring - Custom views in the Explorer, reference theme colors.