Recent Blog ArticlesNewest TopicsMost LikesTagged:TagReferencing a file in GitHub Copilot for Visual Studio A project never consists of one single file. In fact, most applications have multiple code files, as well as additional configuration files, test files, data and other helpers. In the new vide...Using the "slash test" command in GitHub Copilot for Visual Studio Another example of using "slash commands" in GitHub Copilot for Visual Studio in this new post. Gwyn "GPS" Peña-Siguenza shows here how to implement a new unit test in less than a minute and r...Implementing a functionality with GitHub Copilot for Visual Studio Here's a new article and short video where Gwyn "GPS" Peña-Siguenza demonstrates how to create a new functionality in a .NET application with the help of GitHub Copilot in Visual Studio. Single, Short, Specific - Prompting GitHub Copilot for Visual Studio LLMs are very sensitive to the quality of the input (aka "prompt") that the user provides. A good prompt is often the key for a good answer. In this new article and short video, Gwyn "GPS" Peñ...Creating Tests with GitHub Copilot for Visual Studio One of the recurring jokes in our industry is that developers are not very good at two things when coding: Documenting code, and creating unit tests. These are two areas where GitHub Copilot c...Optimizing your code with GitHub Copilot for Visual Studio A new blog post explaining how to refactor your code with the /optimize command, with a concrete example. Using Slash Commands in GitHub Copilot for Visual Studio In this new installment, Bruno shows you how to use Slash Commands, a kind of "magic spells" that works in GitHub Copilot Chat. Harnessing GitHub Copilot as your Coding GPS Time for another short video about GitHub Copilot! Today Bruno Capuano talks about using GitHub Copilot to help with your code, but without "letting the Copilot fly the plane", meaning tha...Using GitHub Copilot Chat in Visual Studio In this new short video, Bruno shows you how to interact with GitHub Copilot Chat to get more information about C# features, and refactor his code. GitHub Copilot is a coding assistant pow...How to use Comments as Prompts in GitHub Copilot for Visual Studio GitHub Copilot is a coding assistant powered by Artificial Intelligence (AI), which can run in various environments and help you be more efficient in your daily coding tasks. In this new short...