Visual Studio Code is een opensourcecode-editor met ondersteuning voor IntelliSense, debugging, Git en code snippets. Ondersteuning voor de gangbare script- en programmeertalen is aanwezig en het kan daarnaast via extensies uitgebreid worden. Microsoft heeft versie 1.30 uitgebracht. De bijbehorende lijst met aanpassingen ziet er als volgt uit:
November 2018 (version 1.30)
Welcome to the November 2018 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:
- Multiline search improvements - Easily create multiline search patterns without using regex.
- Custom title bar on Linux - The custom title and menu bar is now the default on Linux.
- References view - Find All References view includes history of recent searches.
- Snippet comment variables - Snippet variables insert correct comment per language.
- JS/TS callback display - Now you can see the context of anonymous callbacks.
- JSDoc Markdown highlighting - Including syntax highlighting for Markdown code blocks in JSDoc.
- Simplified debug configuration - Better defaults and Quick Pick UI for initial launch configuration.
- Run tasks on folder open - Configure tasks to run when you first open a project folder.
- Choose extension version - Install earlier versions of Marketplace extensions.
- Workbench - Menu scrolling and improved overflow handling, one click to open settings.json.
- Languages - JS/TS renames now handle destructuring, add missing 'new' Quick Fix.
- Debugging - Delete debug consoles, debug directly from the VS Code Process Explorer.
- Tasks - Clear task terminal, user input for task variables, rerun last task command.
- Extension Authoring - Go to Declaration support, new Signature Help context.