Paul Krill
Editor at Large

Visual Studio Code tweaks problem navigation, screencast mode

news
Dec 10, 20212 mins

Visual Studio Code 1.63, aka the November 2021 release, also adds support for trying out pre-release extensions.

airplane interior
Credit: Thinkstock

Visual Studio Code 1.63, a new release of Microsoft’s code editor published December, offers new capabilities in areas such as navigation, command display, and extensions. Downloadable from the Visual Studio Code website, Visual Studio Code 1.63 also is known as the November 2021 release.

Among the new capabilities, developers now can define the sort order for Go to Next Problem and Go to Previous Problem navigation. Previously, the order of navigation was based on severity, showing errors first, then warnings, then the rest. A new Problems: Sort Order setting now lets users navigate problems either by severity or position. When using "problems.sortOrder": "position", a warning on line 5 will be shown before an error on line 13, for example.

Another new feature lets developers choose to show command names as they trigger them via keyboard shortcuts in screencast mode. Developers can use the ScreenCast Mode: Keyboard Shortcuts format (screencastMode.keyboardShortcutsFormat) setting to configure this behavior.

Elsewhere in Visual Studio Code 1.63:

  • Pre-release extensions are supported, enabling users to opt in to install them and try out the latest features from extensions. An additional Install Pre-Release version option is included in the extension Install drop-down menu.
  • Color themes available in the Visual Studio Marketplace can be previewed prior to installation.
  • The NPM scripts view shows more details about scripts. Also, a new setting, npm.scriptExplorerExclude, lets users specify scripts to exclude from the NPM scripts view.
  • A notebook.markup.fontSize setting lets users control the font size of the notebook Markdown content.
  • Syntax highlighting is supported for fenced code blocks inside Markdown cells.
  • TypeScript 4.5 ships with Visual Studio Code 1.63.
  • Method signature completions let developers quickly override methods and implement interface methods.
  • For Unicode, uncommon invisible characters in source code now are highlighted by default.
  • When completing JSX attributes in JavaScript and TypeScript, VS Code now automatically will insert an attribute value.
  • The Extension Pack for Java now has an in-product welcome experience to help users configure and learn about Java in VS Code.
  • In VS Code for the Web, now in preview, a new keyboard shortcut has been added to the Files hub in Azure Repos. When in a repository in the Files hub, press . to open the repository in https://vscode.dev.

Last month’s release, Visual Studio Code 1.62, focused on areas such as search icons and the workbench.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author