Download Visual Studio Code 1.30
Visual Studio Code is an open source code editor with support for IntelliSense, debugging, git and code snippets. Support for common scripting and programming languages is present and it can also be done via extensions to be expanded. Microsoft has released version 1.30. The corresponding list of customizations looks like this:
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:
- 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.
The release notes are arranged in the following sections related to VS Code focus areas. Here are some further updates:
- 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.
Version number | 1.30 |
Release status | Final |
Operating systems | Windows 7, Linux, macOS, Windows 8, Windows 10 |
Website | Microsoft |
Download | |
License type | Conditions (GNU/BSD/etc.) |