Visual Studio Code Adds Language Detection
Written by Mike James   
Thursday, 09 September 2021

The latest monthly update to Visual Studio Code has been released with improvements including automatic language detection of the programming language when code is pasted into the editor.

Visual Studio Code (VS Code) is Microsoft's free to use source-code editor. While its name is the misleading as it has nothing to do with Visual Studio, its monthly updates are over time turning it into a useful working environment.

vscodeicon

The new automatic language detection was introduced as an experimental feature in the last release meaning that VS Code would automatically set the language mode for an untitled file based on the contents. The automatic language detection feature uses machine learning to guess the language and the machine learning model runs entirely local on your machine. The model is powered by the open-source ML library, Tensorflow.js, and the ML model from Guesslang. The feature is now enabled by default, and now includes detection to include files that don't have a file extension.

The next addition of note is native bracket pair color matching in the editor. This is an option that can be enabled. The colors can use those of the chosen theme, and up to six colors can be configured. The developers say that they implemented this feature to address performance issues of the Bracket Pair Colorizer extension previously used, and the new option means that even changes in huge documents are reflected immediately.

Other improvements in the new version include syntax highlighting in the settings editor to highlight description code blocks, and better display of box drawing and block element characters via custom terminal glyph rendering.

There are also notebook improvements including markdown link navigation and faster rendering of large outputs, and new JavaScript/TypeScript inlay hints for parameter names and types.

VS Code is available now and is still evolving into something useful.

vscodeicon

More Information

Visual Studio Code Website

Related Articles

VS Code Adds Terminal Tabs

Python Extension For Visual Code Updated

VS Code Improves Docker Support

Edge Tools Added To VS Code

Visual Studio Online Is VS Code

Open Source Visual Studio Code Without Trackers Launched

Run VSCode in the Browser

Atom v Visual Studio Code - The Unexpected Consequence Of Consolidation

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


GitLab Releases Duo Chat
22/04/2024

GitLab has announced that Duo Chat is now generally available in GitLab 16.11, offering a range of AI features in a single natural language chat experience.



Udacity's New Discovering Ethical AI Course
12/04/2024

Udacity has just launched an hour-long course on Ethical AI. Intended for a wide audience across many industries, it introduces to basic concepts and terms needed to step into the world of Ethica [ ... ]


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Thursday, 09 September 2021 )