Customizing Editor Controls and Menus by Using the Legacy API

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

A language service or a text view can control the context menus and controls in the editor. The pages in this section detail how to work with these features.

In This Section

Drop-down Bar
Describes the drop-down bar and provides instructions for implementing it.

Command Handling
Details command handling in editors.

Context Menus
Describes editor context menus.

How to: Update the Status Bar
Provides instructions for updating the Status Bar.

Editor and Language Service Extensions
Introduces the different types of editors you can use in Visual Studio.