Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The walkthroughs in this section detail the steps of adding a command and a keyboard binding to the Visual Studio Edit menu.
In This Section
Walkthrough: Adding a Command to an Editor Generated by the Package Wizard
Describes how to programmatically add a command to the Edit menu in Visual Studio.Walkthrough: Invoking the Core Editor
Describes how to start the Visual Studio core editor from a VSPackage using managed code.
Related Sections
- Editors
Introduces the different types of editors Visual Studio provides and explains how you can create custom editors.