Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You will need to choose the correct context menu in the <strong>Customise</strong> option. </p> <p>Go to Tool > Customise,</p> <p>Then choose the Context menu as you did in your <strong>Edit1</strong> screenshots but choose "<code>Editor Context Menus | Code Window</code>" from the dropdown menu instead.</p> <p><img src="https://i.stack.imgur.com/FB8Ot.png" alt="enter image description here"></p> <p>From there you should be able to delete whatever command you don't need from your context menu. Next, for the other commands that can't be found in Editor Context Menus | Code Window (mostly plug-ins or extensions related commands) you will have to go through other categories. </p> <p>For example, I am using CodeMaid and when I right click a file in <em>Solution Explorer</em> the context menu below are shown</p> <p><img src="https://i.stack.imgur.com/6TAoa.png" alt="enter image description here"></p> <p>In order to remove the '<em>Cleanup Selected Code</em>' command I will have to choose the <code>Project and Solution Context Menus | Solution Folder</code> dropdown option. </p> <p><strong>Added</strong>: Here is my sample reduced context menu (removed <em>Copy</em>, <em>Cut</em>, <em>Paste</em>, <em>Outline</em> Menu and <em>Create Snippet...</em>)</p> <p><img src="https://i.stack.imgur.com/jeSIV.png" alt="enter image description here"></p> <p>Hope this helps =)</p> <p>Edit: In case you want to add back the commands you removed you can either add them back using <strong>New Command...</strong> or just press <strong>Reset All</strong>. Keep in mind the later will restore all the commands. Thus unless you are really having trouble finding the removed command use the first method. </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload