Showing results for Artificial Intelligence - Visual Studio Blog

Apr 2, 2024
Post comments count0
Post likes count4

How to Install GitHub Copilot in Visual Studio

Laurent Bugnion Anthony Bartolo
Laurent,
Anthony

A step-by-step guide to enable the AI-powered coding assistant within Visual Studio Introduction to GitHub Copilot. GitHub Copilot is a new tool that helps you write code faster and smarter with the help of artificial intelligence. It can suggest code completions, generate code snippets, and even write entire functions for you. ...

Visual StudioGitHub CopilotTips and Tricks
Mar 14, 2024
Post comments count0
Post likes count8

GitHub Copilot in Visual Studio: A Recap of 2023

Amy Nguyen
Amy Nguyen

In the rapidly evolving world of software development, staying ahead of the curve is crucial. The introduction of AI in Visual Studio, particularly GitHub Copilot, has revolutionized the way developers code. With Copilot integrated into Visual Studio, you can leverage AI to streamline your workflows, manage large codebases, analyze exceptions, and ...

Visual StudioGitHub CopilotGitHub
Jan 24, 2024
Post comments count23
Post likes count11

Code Faster and Better with GitHub Copilot’s New Features: Slash Commands and Context Variables

Peter Groenewegen
Peter Groenewegen

Have you ever wished you had an AI assistant that could help you write code faster and better? That’s what Visual Studio Copilot Chat offers you: an AI-powered pair programmer that can answer your questions, suggest code snippets, explain code logic, and chat with you about your project. You can use Copilot to code faster and better, as it helps yo...

CopilotArtificial Intelligence
Mar 22, 2023
Post comments count40
Post likes count20

GitHub Copilot chat for Visual Studio 2022

Mark Wilson-Thomas
Mark Wilson-Thomas

GitHub Copilot has become a trusted AI-assisted pair programmer helping to auto-complete comments and code more productively. That’s just the beginning though! We’ve been working to evolve Copilot to move beyond code completion and provide enhanced AI assistance that you can access throughout your development lifecycle, whatever task you happen to ...

GitHubCopilotArtificial Intelligence
Mar 1, 2023
Post comments count16
Post likes count15

GitHub Copilot in Visual Studio 2022

Mads Kristensen
Mads Kristensen

GitHub Copilot uses OpenAI Codex to suggest code and entire functions in real-time right from your editor. Trained on billions of lines of public code, GitHub Copilot turns natural language prompts including comments and method names into coding suggestions across dozens of languages. In Visual Studio, Copilot acts as a pair-programmer making it mo...

IntelliCodeCopilotArtificial Intelligence
Feb 22, 2023
Post comments count14
Post likes count10

Maximizing the value of IntelliCode with API usage examples: Real-World Code Examples at Your Fingertips

Peter Groenewegen
Peter Groenewegen

As a software developer, we've all faced the frustration of having to leave our IDE to search for documentation, code examples, Stack Overflow, blog posts or simply trying to remember how to use a certain API. What if we told you that we have a solution for you? Now with Visual Studio 17.6 Preview, IntelliCode makes finding real-world code examples...

C#IntelliCodeDeveloper Productivity
Feb 13, 2023
Post comments count27
Post likes count16

Visual Studio AI-Assistance: A Developer’s Best Friend

Peter Groenewegen
Peter Groenewegen

The Visual Studio family leverages AI to help you stay focused on the creative tasks that get the core logic of your application built.   For Visual Studio and VS Code, IntelliCode is free and assists with writing, editing and understanding code in popular languages. With IntelliCode, models run locally, meaning that none of your code leaves you...

C#ProductivityIntelliCode
Sep 5, 2019
Post comments count29
Post likes count0

Refactoring made easy with IntelliCode!

Mark Wilson-Thomas
Mark Wilson-Thomas

With Visual Studio 2019 version 16.3 Preview 3 we are happy to announce that refactorings can now be enhanced by IntelliCode. IntelliCode spots repetition quickly and suggests other places in your code where you might want to apply that same change, right in your IDE

IntelliCodeArtificial IntelligenceRefactoring
Dec 13, 2017
Post comments count0
Post likes count2

Connect(); 2017: SmartHotel360 Demo Apps and Architecture

Visual Studio Team
Visual Studio Team

Last month we hosted Microsoft Connect(); in New York City. Connect(); is a three-day, in-person and online developer event. If you missed it, no worries! You can watch our keynotes, sessions, and on-demand videos on Channel 9. For the past five months our keynote demo team worked on a new set of reference apps. We used most of these apps and Az...

.NETVisual StudioJava
Feb 16, 2016
Post comments count0
Post likes count0

Node.js: From Zero to Bobble with Visual Studio Code

Visual Studio Team
Visual Studio Team

Node.js is a platform for building fast, scalable applications using JavaScript. It’s making its way just about everywhere – from servers, to Internet of Things devices, to desktop applications, to who knows what next? Ooh—I know what next...bobbleheads! Bobblehead Generator Of course, we don't just want one bobblehead...we want so many bobblehe...

.NETVisual StudioDebugging and Diagnostics