SourceSurfer
SourceSurfer

Reputation: 185

How to remove elements from the context menu in Visual Studio

How to remove elements from the context menu in Visual Studio? I am not using all of this items, how can I still just some of them?

enter image description here

Upvotes: 2

Views: 385

Answers (1)

Andrea
Andrea

Reputation: 12415

In Visual Studio 2017 this procedure will work:

  • Open "Tools" menu
  • Click "Customize..."
  • Click the "Commands" tab
  • Click the "Context menu" radiobutton
  • From the combobox on the right select the context menu you want to change
  • Now you should have the following dialog showing where you can remove/add items from the context menu: enter image description here

Upvotes: 2

Related Questions