- Roslyn Cookbook
- Manish Vasani
- 85字
- 2021-07-15 17:07:41
Writing IDE Code Fixes, Refactorings, and Intellisense Completion Providers
In this chapter, we will cover the following recipes:
- Creating, debugging, and executing a CodeFixProvider to fix a compiler warning
- Applying batch code fixes (FixAll) across different scopes: document, project, and solution
- Creating a custom FixAllProvider to fix all occurrences of an issue across a scope
- Creating a CodeRefactoringProvider to refactor source code to recommend using C# 7.0 tuples
- Creating a CompletionProvider to provide additional intellisense items while editing code
- Writing unit tests for a CodeFixProvider
推薦閱讀
- Learn Blockchain Programming with JavaScript
- Hadoop+Spark大數據分析實戰
- Mastering Scientific Computing with R
- The DevOps 2.4 Toolkit
- C#程序設計
- Getting Started with React Native
- Mobile Device Exploitation Cookbook
- Java Web從入門到精通(第3版)
- Mastering Elasticsearch(Second Edition)
- Oracle Data Guard 11gR2 Administration Beginner's Guide
- ASP.NET求職寶典
- 嵌入式C編程實戰
- 劍指大數據:企業級電商數據倉庫項目實戰(精華版)
- 面向物聯網的Android應用開發與實踐
- Visual FoxPro數據庫程序設計