Skip to content
Visual Studio IntelliCode | Visual Studio2020-05-19T07:50:18-07:00

Visual Studio IntelliCode

AI-assisted development

Sign up for news and updates

Assisted IntelliSense – C#

IntelliCode saves you time by putting what you’re most likely to use at the top of your completion list. IntelliCode recommendations are based on thousands of open source projects on GitHub each with over 100 stars. When combined with the context of your code, the completion list is tailored to promote common practices.

IntelliCode isn’t limited to statement completion. Signature help also recommends the most likely overload for your context.

Team Completions (Preview – C#)

IntelliCode can provide recommendations based on your code and seamlessly share them across your team. With this preview feature, you can build a team model to provide recommendations on code that isn’t in the open source domain, such as methods on your own utility classes or domain specific library calls. Integrate our build task into your pipeline to keep your team completions up to date with repository changes.

Argument Completion (Preview)

In addition to statement completion signature help, IntelliCode also makes argument recommendations to help you choose the right argument quickly.

Inferring code style and formatting conventions (Preview)

Keep your code consistent easily with Visual Studio IntelliCode, which dynamically creates an .editorconfig file from your codebase to define coding styles and formats.

Note: All Preview features are off by default and can be enabled through the Tools > Options > IntelliCode page.

This feature comes installed by default with any workload that supports C#, C++, TypeScipt/JavaScript, or XAML in Visual Studio 2019 Version 16.1

Assisted IntelliSense – C++

IntelliCode saves you time by putting what you’re most likely to use at the top of your completion list. IntelliCode recommendations are based on thousands of open source projects on GitHub each with over 100 stars. When combined with the context of your code, the completion list is tailored to promote common practices.

When writing C++, IntelliCode will assist when using popular libraries such as STL . The context of your code is used to provide the most useful recommendations first. For example, when using std::string within a while-loop, the substr method is surfaced to the top.

Team Completions (Preview – C++)

IntelliCode can provide recommendations based on your code and seamlessly share them across your team. With this preview feature, you can build a team model for completions to provide recommendations on code that isn’t in the open source domain, such as methods on your own utility classes or domain specific library calls. When you enable automatic acquisition of team models, you can also seamlessly share your team model with anyone else working in that repository.

Note: Team models are off-by-default and must be enabled via Tools > Options > C++ team models for completions.

This feature comes installed by default with any workload that supports C#, C++, TypeScipt/JavaScript, or XAML in Visual Studio 2019 Version 16.1.

Assisted IntelliSense – Java

IntelliCode saves you time by putting what you’re most likely to use at the top of your completion list. IntelliCode recommendations are based on thousands of open source projects on GitHub each with over 100 stars. When combined with the context of your code, the completion list is tailored to promote common practices.

IntelliCode works well with popular Java libraries and frameworks like Java SE and Spring. It will help you whether you are doing monolithic web apps or modern microservices.

This feature is available as a Visual Studio Code October 2018 Release 1.29 extension.

Assisted IntelliSense – Python

IntelliCode saves you time by putting what you’re most likely to use at the top of your completion list. IntelliCode recommendations are based on thousands of open source projects on GitHub each with over 100 stars. When combined with the context of your code, the completion list is tailored to promote common practices.

IntelliCode will make you more productive with a wide range of Python packages, whether you’re doing simple scripting with os or sys modules, building websites with Django or Flask, or working with data science modules such as numpy and tensorflow.

This feature is available as a Visual Studio Code October 2018 Release 1.29 extension.

Assisted IntelliSense – SQL Server

IntelliCode saves you time by putting what you’re most likely to use at the top of your completion list. IntelliCode recommendations are based on thousands of open source projects on GitHub each with over 100 stars. When combined with the context of your code, the completion list is tailored to promote common practices.

IntelliCode works well with T-SQL queries by providing smart suggestions depending on the construction of the query, and then placing those suggestions at the top of your IntelliSense as you type.

This feature works seamlessly for SQL Server when installed with the mssql extension (1.7.0) for Visual Studio Code.”

Assisted IntelliSense – TypeScript/JavaScript

IntelliCode saves you time by putting what you’re most likely to use at the top of your completion list. IntelliCode recommendations are based on thousands of open source projects on GitHub each with over 100 stars. When combined with the context of your code, the completion list is tailored to promote common practices.

IntelliCode will assist you across different JavaScript libraries, whether you’re writing client-side code with frameworks like React, Angular, or Vue or doing server-side development with Node.js.

Note: This language is in Preview in Visual Studio and is off by default. To enable, go to Tools > Options > IntelliCode page.

This feature comes installed by default with any workload that supports C#, C++, TypeScipt/JavaScript, or XAML in Visual Studio 2019 Version 16.1 and is available as a Visual Studio Code October 2018 Release 1.29 extension.

Assisted IntelliSense – XAML

IntelliCode saves you time by putting what you’re most likely to use at the top of your completion list. IntelliCode recommendations are based on thousands of open source projects on GitHub each with over 100 stars. When combined with the context of your code, the completion list is tailored to promote common practices.

Recommendations for Controls and properties

When typing XAML, IntelliCode will recommend the Control you are most likely to use in that context. Additionally, within the context of a control, it will recommend the properties you are most likely to use, in the order in which you would have used them!

This feature comes installed by default with any workload that supports C#, C++, TypeScipt/JavaScript, or XAML in Visual Studio 2019 Version 16.1.

PREVIEW

Suggestions

Have you ever made a repeated change in your code, and missed a place where it should have been applied? With IntelliCode suggestions, that need never happen again. It tracks your edits locally and detects repetition. It then offers to apply those same edits in other places where they might apply. For example, if you have missed locations where a refactoring could be applied, IntelliCode suggestions helps you find those locations and fix them.

Intellicode Suggestions

IntelliCode is aware of the semantic structure of your code. That structure is used to detect situations where changes can be applied, even if variable names are different:

If you don’t like a suggested refactoring you can select the ignore option on the lightbulb, and we won’t bother you about that detected pattern again unless you recreate it.

There's more in the works

Make the most of your time in a review by allowing IntelliCode to guide you to files which may require more attention.

Visual Studio IntelliCode is looking to provide an extra pair of eyes on your code reviews, highlighting which changes might require more attention based on factors like churn, complexity, and history.

Get involved today

We’re adding even more capabilities to IntelliCode and seeing the results on Microsoft’s own codebases. Join us on our journey by giving us feedback as we progress.

Sign up to get updates about the latest developments and for early invitations to future private previews. Try the new IntelliSense experience out for yourself by downloading Visual Studio 2019 Version 16.1 or our extension for Visual Studio 2017 version 15.8 and above or Visual Studio Code, and give us your feedback

Want IntelliCode for Visual Studio 2017?

Feedback