Visual Studio IntelliCode Infers C# Coding Conventions
Written by Kay Ewbank   
Wednesday, 18 July 2018

The Visual Studio IntelliCode Extension has been updated to add 'coding convention inference' for C#.  In other words, the extension can look at your existing coding conventions and create a configuration file that best matches the way your code looks.

Once generated, the configuration file will help you maintain consistency in your team’s codebase. IntelliCode works out what to put in the .editorconfig file by scanning code files in your selected projects to create the best matching set of conventions.

 

vsedcode

 

The way this works is that you select the solution, project, or folder level folder where you want the conventions to apply, and choose to add an EditorConfig file. Once created, the EditorConfig files apply enforcement hierarchically to all files below it in the filesystem. If you have subfolders or projects that have different conventions, you can create a new EditorConfig for those subfolders or projects to override the conventions from the higher level.

Once in place, any code that doesn't conform to the style used by the majority of the code is highlighted in the error list in the Messages severity.  This can be altered so they show as warnings or errors. Formatting violations do not show up in the error list.

Visual Studio IntelliCode was announced as an experimental extension for Visual Studio 2017 earlier this year. The extension is designed to improve developer productivity with features like contextual IntelliSense, inference and enforcement for code styles, and focused reviews for your pull requests.

The current version of IntelliCode is based on an Azure machine learning model that offers better code completion and automatic code formatting to match your usual style. It also looks at your code to suggest NET related APIs that are likely to be the most relevant for you given the line of code you’re writing. 

Visual Studio

More Information

Visual Studio IntelliCode Extension

Related Articles

Visual Studio 2019 Will Include IntelliCode

Visual Studio 2017 Released

Visual Studio 2017 15.7 Fully C++17 Compliant

Visual Studio Live Share For Collaboration

Visual Studio For Mac Launched

 

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


Falco On Track To Version 1.0.0
02/04/2024

Falco is a cloud native runtime security tool for the Linux operating system, designed to detect abnormal behavior and warn of potential security threats in real-time. Now it's about to release its fi [ ... ]



Open Platform For Enterprise AI Launched
18/04/2024

A new platform aimed at building and supporting an open artificial intelligence (AI) and data community has been launched.  The Open Platform for Enterprise AI (OPEA) was announced by The Linux F [ ... ]


More News

raspberry pi books

 

Comments




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

Last Updated ( Wednesday, 18 July 2018 )