Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/extensibility/extending-menus-and-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ms.workload:
# Extend menus and commands
Commands are the way you add actions and processes to Visual Studio. In most cases commands are displayed on menus or toolbars. The VSPackage project template shows how to implement a very basic command. For a slightly longer but still basic implementation, see [Create an extension with a menu command](../extensibility/creating-an-extension-with-a-menu-command.md).

For more information about Visual Studio commands, menus and toolbars, see [Commands, menus, and toolbars](../extensibility/internals/commands-menus-and-toolbars.md).
For more information about Visual Studio commands, menus, and toolbars, see [Commands, menus, and toolbars](../extensibility/internals/commands-menus-and-toolbars.md).

Commands, menus, and toolbars are defined in the *.vsct* file that is part of VSPackage projects. You can find information about the Visual Studio IDE and the *.vsct* file in [How VSPackages add user interface elements](../extensibility/internals/how-vspackages-add-user-interface-elements.md).

Expand Down