-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Refactoring with C#
By :

Before we end the chapter, let’s talk about refactoring in editors other than Visual Studio.
This book primarily focuses on refactoring in Visual Studio because that’s the current primary development environment for .NET developers. However, there are a few other editors and extensions that are frequently used for .NET development and offer refactoring support:
These tools will not be featured in examples throughout the remainder of the book since Visual Studio is the primary editing experience. However, most of what I’ll show you in the remainder of the book is also possible using these tools.
Visual Studio Code (VS Code) is rapidly becoming a highly capable editing environment for .NET projects with its C# extension.
Where VS Code really comes into its own is with...