© Rishabh Verma 2020
R. VermaVisual Studio Extensibility Developmenthttps://doi.org/10.1007/978-1-4842-5853-8_6

6. Developing Real-World Extensions for Visual Studio Editor

Rishabh Verma1  
(1)
Hyderabad, India
 

So far we have not extended the core part of Visual Studio that is used most often by the developers – the code editor. The Visual Studio editor offers a rich set of extension points, and most of its parts are extensible via the Managed Extensibility Framework (MEF). In fact, there are so many extensibility points exposed by the editor that covering each of these in details would require a book in itself. Fortunately for us, Microsoft has already documented these extensibility points and features in great depth. In this chapter, we will discuss ...

Get Visual Studio Extensibility Development: Extending Visual Studio IDE for Productivity, Quality, Tooling, and Analysis 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.