Chapter 11: Overviewing Visual Studio 2019 Extensions

While Visual Studio 2019 is an amazing integrated development environment (IDE), sometimes we find ourselves wanting to do things with it that it just doesn't support. Maybe we want to edit Markdown files, connect to other database backends, or perform myriad other tasks. Whatever the task is, if it's not a built-in Visual Studio function, extensions are probably the answer.

In this chapter, we will discuss the following topics:

  • What are extensions?
  • Visual Studio Marketplace
  • Creating extensions
  • Roslyn analyzers

By the end of this chapter, you will be able to find and create your own extensions for Visual Studio.

Technical requirements

The code for this book is available on GitHub at:

Get Visual Studio 2019 Tricks and Techniques now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.