Visual C# provides tools that help you edit and navigate through your code.
In This Section
- Refactoring
-
Lists refactoring operations that help you modify your code without changing the behavior of your application.
- Code Snippets (C#)
-
Provides an overview of using Code Snippets in Visual C# to automatically add common code constructs to your application.
- Code Colorization
-
Describes how the Code Editor colorizes code constructs.
- Metadata as Source
-
Describes how the IDE enables you to view metadata as source code.
Related Sections