VS Code 1.37 updates with new product icons. Yea or nay?

Share
  • August 9, 2019

Microsoft’s Visual Studio Code remains a fan favorite for code editing. According to the results of the Stack Overflow 2019 developer survey, it is currently the most popular development environment, beating out big names like IntelliJ and Vim. When we interviewed Erich Gamma, Microsoft Distinguished Engineer back in 2016, he stated: “Our goal is quite simple: We want VS Code to become the most popular code editor”. Achievement reached!

The update for July 2019 is here. Welcome version 1.37. Read on to see some of the newest highlights.

New icons. Yea or nay?

 

Time for a refresh. This update makes some icon changes. Now all the VS Code product icons are standardized and match Windows 10: same style, color, and line weight. Before, a lot of icons differed in their iconography style.

SEE ALSO: Large or small memory size for my app?

Do you like the new icons? Are they more consistent or are they more difficult to view?

A few commenters on the GitHub issue aren’t so happy with the redesign and are asking for an option to switch back to the old icons. Read the comments and learn about some users’ concerns for accessibility and style.

Users are also having an issue with missing Git icons in the new release.

New product icons. Source.

Terminal UX improvements

The terminal gets a few changes this time around. Now, when searching in the terminal, instead of wrapping to the top when you reach the bottom, it will start at the bottom of the buffer and search upwards. This is easier on the eyes and will hopefully cause less confusion.

vs code

Improved terminal search. Source.

A few accessibility improvements for screen readers have also been made, including:

  • Line navigation mode for screen readers, with new customizable commands.
  • Screen readers will announce characters when typed and removed in a majority of cases.
  • Non-breaking space characters now used for blank lines, enabling screen readers to announce them properly.

The terminal also receives improved error reporting and diagnostics. Now, in the case of several common scenarios, error messages will provide the user with a guide on how to rectify the problem at hand.

Miscellaneous VS Code additions

Version 1.37 brings a lot of miscellaneous improvements and quality of life updates.

SEE ALSO: Quarkus – what’s next for the lightweight Java framework?

  • Now selected text in the editor will show whitespace.
  • Improved minimap search results visibility. Decorations colors can also be changed.
  • Info colors now follow the unification of warning colors.
  • Improved navigation for SCSS @import: No longer resolves SCSS imports statically.
  • Improved CSS property value competition
  • Split server now default for JavaScript and TypeScript, offering quicker syntax-based operations.
  • Smart selection supported for Java

Of course, no update is complete without bug fixes and version 1.37 comes with some fixed issues.

The post VS Code 1.37 updates with new product icons. Yea or nay? appeared first on JAXenter.

Source : JAXenter