Visual C# Code Editor Features

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.

  • Organizing Using Statements
    Describes the options in the IDE to organize using statements to compact and organize your code without changing the behavior of your application.

  • Visual C# IntelliSense
    Describes how to use the C# code editor IntelliSense features. For more information, see Using IntelliSense.