- 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
推薦閱讀
- The Complete Rust Programming Reference Guide
- C++程序設(shè)計(jì)教程
- 趣學(xué)Python算法100例
- Vue.js 3.0源碼解析(微課視頻版)
- PHP網(wǎng)絡(luò)編程學(xué)習(xí)筆記
- iOS自動化測試實(shí)戰(zhàn):基于Appium、Python與Pytest
- C語言從入門到精通
- ArcGIS for Desktop Cookbook
- Spring Security Essentials
- Machine Learning for Developers
- Robot Framework Test Automation
- Learning Cocos2d-JS Game Development
- React.js實(shí)戰(zhàn)
- micro:bit軟件指南
- Java 開發(fā)從入門到精通