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. 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. More InformationRelated ArticlesPython Extension For Visual Code Updated VS Code Improves Docker Support Visual Studio Online Is VS Code Open Source Visual Studio Code Without Trackers Launched 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.
Comments
or email your comment to: comments@i-programmer.info |
|||
Last Updated ( Thursday, 09 September 2021 ) |