Jump to ratings and reviews
Rate this book

Visual Studio Extensibility Development: Extending Visual Studio IDE for Productivity, Quality, Tooling, and Analysis

Rate this book
Chapter 1: Basics Primer Chapter The objective of this chapter is to introduce the basic concepts to the reader that would be required through-out this book, so that he gets comfortable in this learning journey. No of pages :50-60 Sub -Topics 1. What is a compiler? 2. What is an SDK (Software Development Kit)? 3. Recap of Tree Data structure 1. Tree traversal, 2. Abstract Syntax trees 4. MEF (Managed Extensibility Framework) Basics. 5. Visual Studio & its history 6. XML & JSON 7. Serialization & Deserialization. 8. Revisiting Visitor, Abstract Factory and Factory design patterns. 9. MSBuild basics 10. Async-await. Chapter 2: Getting Started Chapter With the fundamentals strongly in place, we are now good to get started with Visual Studio (VS) Extensibility model. We will do our setup in this chapter. This chapter would introduce the VS Extensibility, Roslyn to the reader. The reader would also learn to write and debug a VS extension. No of pages : 40 Sub - Topics 1. Prerequisites and installation of VS 2. Anatomy of a VSIX 3. How Visual Studio discovers and loads extensions. 4. VSPackage 5. Async Loading 6. Writing your first simple templatized Visual Studio Extension. 7. Roslyn - .NET Compiler platform fundamentals Chapter 3: Extending Visual Studio Chapter This chapter would introduce the extensibility model and how various extensions can be plugged in VS as menus, commands, tool window, code window, solution explorer etc No of pages : 40-50 Sub - 1. The Visual Studio Extensibility model 2. Tool Window extension 3. Menus & commands, 4. Code Window extension 5. Solution explorer item extension Chapter 4: Developing real world extensions - I Chapter This chapter dives into developing useful real-world VS Extensions and shows how they can be made configurable by customizing UI and options page. We would also learn how to write to output window and manipulate documents and projects in this chapter. No of pages : 40-50 Sub - 1. VS Extension to search on MSDN/Bing/Google. 2. VS Extension to generate HTTP Client proxy class for HTTP Web API using T4 templates. 3. VS Extension to generate test data. 4. Customizing extension by developing Tools option page. 5. Customizing UI of extension. Chapter 5: Developing real world extensions - II Chapter This chapter is the continuation of last chapter and continues the development of useful real-world VS extensions but this time using the .NET Compiler platform - Roslyn. No of pages : 40-50 Sub - 1. Rewrite VS Extension to generate HTTP Client proxy class for HTTP Web API using Roslyn. 2. Developing a custom code analysis Visual Studio Extension. 3. Developing a light bulb style code r

444 pages, Paperback

Published July 9, 2020

3 people are currently reading
1 person want to read

About the author

Rishabh Verma

24 books

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
0 (0%)
4 stars
1 (20%)
3 stars
2 (40%)
2 stars
2 (40%)
1 star
0 (0%)
Displaying 1 of 1 review
Profile Image for Gabrielam13.
173 reviews27 followers
September 8, 2024
Am învățat destul de multe despre Visual Studio și capabilitățile acestuia din cartea lui Rishabh Verma. Autorul explică cu multe imagini și pași descriptivi fiecare idee, iar multe din exercițiile prezentate sunt interesante.


Pe alocuri mi s-a părut că documentația este preluată direct de pe site-ul Microsoft, dar nu m-a deranjat atât de mult cât timp a investit timp să facă o selecție interesantă, un compendiu al ideilor centrale a extensibilității IDE-ului. 


Chiar și din capitolul de trips and tricks am descoperit lucruri noi. Cu toate că nu a aprofundat foarte mult feature-urile în exerciții și că se simte că a atins doar razant această temă, ca și carte de introducere mi s-a părut grozavă.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.