- 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
推薦閱讀
- 測試驅(qū)動開發(fā):入門、實戰(zhàn)與進階
- Python神經(jīng)網(wǎng)絡項目實戰(zhàn)
- Python自然語言處理(微課版)
- 零基礎輕松學SQL Server 2016
- 程序是怎樣跑起來的(第3版)
- 微信小程序項目開發(fā)實戰(zhàn)
- 從零開始學Linux編程
- Everyday Data Structures
- 愛上C語言:C KISS
- PHP+MySQL動態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學版)
- C語言程序設計實踐
- Python GUI Programming Cookbook(Second Edition)
- Python數(shù)據(jù)可視化之matplotlib實踐
- Mastering XenApp?
- Kohana 3.0 Beginner's Guide