Time for another regularly scheduled monthly update from Visual Studio Code; the May 2019 update has landed. This month marks VS Code version 1.35.
According to the 2018 Stack Overflow Developer Survey, VS Code ranked the most popular development environment. In 2019, it keeps delivering. This open source, lightweight code editor has a host of language extensions, as well as out of the box support for JavaScript, TypeScript, and Node.js.
New updates and features
Here are some of the new and noteworthy features added with the latest May 2019 release.
SEE ALSO: Web Components: Bridging the gap between frameworks
- New logo for Stable and Insiders: The Visual Studio code icon received a fresh overhaul and some retouching. According to the GitHub issue, the previous logo was hard to see on certain taskbars and Windows UI, and some colorblind people could not distinguish the logo from Visual Studio 2017. (For users who do not see the icon yet, follow this guide on how to clear the icon cache.)
- Go to Definition improvements: Multiple results are now shown in the Peek view when a symbol has multiple definitions. Users can jump to each subsequent definition with F12. Peek view also now supports search and filter, in order to easily narrow down search results and find what you’ve been looking for. Various other quality of life updates such as the ability to cancel long running requests were added as well.
- Breadcrumbs on by default: Toggle this in the menu View > Toggle Breadcrumbs.
- Smart semantic selection: JavaScript and Typescript support the smart selection API.
- Extract to type alias refactoring for TypeScript: Extract part type into its own type alias simply and easily.
- Better suggestion sorting: Fine-tuned suggestion sorting for JavaScript and TypeScript now prioritizes local variables.
- True color support: The terminal gets a new coat of paint and supports 24-bit true color.
- merge-conflict.diffViewPosition: Open a diff view in a new editor group and compare merge conflicts with a more complete context.
- Command enablement property: Control enabled state with a new property. When a command is disabled, it will show up greyed out in the menu.
- Updated Octicons: Updated and new icons.
Improvements
From the release notes, a few improvements and bug fixes fixes also ship with this version, including:
SEE ALSO: Pythia: Facebook’s deep learning framework for the vision and language domain
- Ability to clear history in References view
- Collapse All command keyboard shortcut
- New documentation for the VS Code Remote Development preview feature
It’s here! The May iteration is out. VS Code has an updated icon, Remote Development extensions are now available in Stable, and more! See the Release notes https://t.co/kdzM4ofIt2 and check for updates! pic.twitter.com/vaVg1k4vhg
— Visual Studio Code (@code) June 5, 2019
The post VS Code version 1.35: Icon update, Go to Definition improvements, & more appeared first on JAXenter.
Source : JAXenter