Visual Studio Extensibility Development
Extending Visual Studio IDE for Productivity, Quality, Tooling, and Analysis
Paperback Engels 2020 9781484258521Samenvatting
Learn the extensibility model of Visual Studio to enhance the Visual Studio integrated development environment (IDE). This book will cover every aspect, starting from developing an extension to publishing it and making it available to the end user.
The book begins with an introduction to the basic concepts of Visual Studio including data structures and design patterns and moves forward with the fundamentals of the VS extensibility model. Here you will learn how to work on Roslyn - the .NET compiler platform - and load extensions in VS. Next, you will go through the extensibility model and see how various extensions, such as menus, commands, and tool windows, can be plugged into VS. Moving forward, you’ll cover developing VS extensions and configuring them, along with demonstrations on customizing extension by developing option pages. Further, you will learn to create custom code snippets and use a debugger visualizer. Next, you will go through creation of project and item templates including deployment of VS extensions using continuous integration (CI). Finally, you will learn tips and tricks for Visual Studio and its extensibility and integration with Azure DevOps.
After reading Visual Studio Extensibility Development you will be able to develop, deploy, and customize extensions in Visual Studio IDE.
What You Will Learn
Discover the Visual Studio extensibility and automation model Code Visual Studio extensions from scratchCustomize extensions by developing a tools option page for themCreate project templates, item templates, and code snippets. Work with code generation using T4 templatesCode analysis and refactoring using Roslyn analyzersCreate and deploy a private extension gallery and upload the extensions Upload a VS extension using CIShip your extension to Visual Studio MarketplaceWho This Book Is For
Developers in Visual Studio IDE covering C#, Visual Basic (VB), JavaScript, and CSS.
Specificaties
Lezersrecensies
Inhoudsopgave
<p>No of pages :50-60</p>
<p>Sub -Topics</p>
<p>1. What is a compiler?</p>
<p>2. What is an SDK (Software Development Kit)?</p>
<p>3. Recap of Tree Data structure</p>
1. Tree traversal,<p></p>
<p>2. Abstract Syntax trees</p>
<p>4. MEF (Managed Extensibility Framework) Basics.</p>
<p>5. Visual Studio & its history</p>
<p>6. XML & JSON</p>
<p>7. Serialization & Deserialization.</p>
8. Revisiting Visitor, Abstract Factory and Factory design patterns.<p></p>
<p>9. MSBuild basics</p>
10. Async-await.<p></p>
<p> </p> Chapter 2: Getting Started <p>Chapter Goal: 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.</p>
<p>No of pages: 40</p>
<p>Sub - Topics </p>
<p>1. Prerequisites and installation of VS</p>
<p>2. Anatomy of a VSIX </p>
<p>3. How Visual Studio discovers and loads extensions.</p>
<p>4. VSPackage</p>
<p>5. Async Loading </p>
<p>6. Writing your first simple templatized Visual Studio Extension.</p>
<p>7. Roslyn - .NET Compiler platform fundamentals</p> Chapter 3: Extending Visual Studio <p>Chapter Goal: 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 </p>
<p>No of pages: 40-50</p>
<p>Sub - Topics: </p>
<p>1. The Visual Studio Extensibility model</p>
2. Tool Window extension<p></p>
<p>3. Menus & commands,</p>
4. Code Window extension<p></p>
<p>5. Solution explorer item extension</p><p></p> Chapter 4: Developing real world extensions - I <p>Chapter Goal: 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. </p>
<p>No of pages: 40-50</p>
<p>Sub - Topics: </p>
<p>1. VS Extension to search on MSDN/Bing/Google.</p>
2. VS Extension to generate HTTP Client proxy class for HTTP Web API using T4 templates.<p></p>
<p>3. VS Extension to generate test data.</p>
<p>4. Customizing extension by developing Tools option page.</p>
<p>5. Customizing UI of extension.</p>
<p> </p> Chapter 5: Developing real world extensions - II <p>Chapter Goal: 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.</p>
<p>No of pages: 40-50</p>
<p>Sub - Topics:</p>
<p>1. Rewrite VS Extension to generate HTTP Client proxy class for HTTP Web API using Roslyn.</p>
<p>2. Developing a custom code analysis Visual Studio Extension.</p>
<p>3. Developing a light bulb style code refactoring.</p>
<p>4. Developing Roslyn based extension to generate unit tests using T4 template.</p>
<p></p> Chapter 6: Do more with VS SDK <p>Chapter Goal: This chapter introduces the reader with famous Visual Studio Isolated and integrated Shell to develop applications that looks like Visual Studio and also develops handy productivity boosters like custom code snippets, debugger visualizers, modifying intellisense, debugging experience for developers</p>
<p>No of pages: 40-50</p>
<p>Sub - Topics:</p>
<p>1. VS Isolated and Integrated Shell</p>
<p>2. Developing applications that look like Visual Studio.</p>
<p>3. Extending the debugger.</p>
<p>4. Create custom code snippets.</p>
<p>5. Create Debugger Visualizer for view data while debugging.</p>
<p>6. Modifying intellisense.</p> Chapter 7: Templates, Debugging VS Extensions <p>Chapter Goal: This chapter explains how to create project and item templates. The chapter also shows a sample code lens extension then dives into debugging the extension</p>
<p>No of pages: 40-50</p>
<p>Sub - Topics:</p>
<p>6. Code lens sample extension.</p>
7. Creating Project and Item template.<p></p>
<p>8. Debugging VS Extensions.</p> <br> Chapter 8: Deploying VS Extensions <p>Chapter Goal: This chapter explains how to deploy VS extensions using continuous integration (CI). The chapter also explains how the extension can be made available to the world by uploading in marketplace. We also discuss how to make a private extension gallery and host your extension there.</p>
<p>No of pages: 40-50</p>
<p>Sub - Topics:</p>
<p>9. Deploying a VS Extension using CI.</p>
<p>10. Creating a private extension gallery/ Atom feed</p>
<p>11. Hosting extension in private gallery.</p>
<p>12. Sharing extension with the world using marketplace.</p>
<p> </p> Chapter 9: Tips, Tricks, extensions and words <p>Chapter Goal: This chapter discusses few of the coolest tips and tricks for Visual Studio and its extensibility and shares few highly useful extensions. The chapter and book conclude with closing remarks on extensibility of Visual Studio Code and integration with Visual Studio Team Services (VSTS) or Azure DevOps.</p>
<p>No of pages: 30-40</p>
<p>Sub - Topics:</p>
<p>1. Cool Tips and tricks</p>
<p>2. Useful Extensions for C#, VB, JS, TS and CSS developers.</p>
<p>3. A word on Visual Studio Code Extensibility</p>
<p>4. Integration with VSTS or Azure DevOps</p>
<p> </p>
<p> </p>
<p>Useful Resources – 1 page</p>
<p>More Reading – 1 page</p>
<p>Code Samples – Link to code samples from GitHub. </p>
Rubrieken
- advisering
- algemeen management
- coaching en trainen
- communicatie en media
- economie
- financieel management
- inkoop en logistiek
- internet en social media
- it-management / ict
- juridisch
- leiderschap
- marketing
- mens en maatschappij
- non-profit
- ondernemen
- organisatiekunde
- personal finance
- personeelsmanagement
- persoonlijke effectiviteit
- projectmanagement
- psychologie
- reclame en verkoop
- strategisch management
- verandermanagement
- werk en loopbaan