Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
294 views
in Technique[技术] by (71.8m points)

Refactor, Organize Usings commands missing from Visual Studio context menu

In VS 2010, Silverlight, C#. I have multiple .cs files. In some of them the 'Refactor' and 'Organize Usings' (among other items) in the right-click context menu are missing.

Why are they missing? How can they be brought back?

question from:https://stackoverflow.com/questions/4116477/refactor-organize-usings-commands-missing-from-visual-studio-context-menu

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

I had the same problem after installing ReSharper. "Organize Usings > Remove and Sort" and some other shortcuts were missing in the context menu.

You can still invoke the commands (when availiable) via

Edit > Intellisense > Organize Usings > Remove and Sort

To show them in the context menu again (in case of ReSharper causing the trouble) goto

ReSharper > Options... > Environment > Keyboard & Menus > Menus & Toolbars >
   Uncheck 'Hide overridden Visual Studio Menu items'

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...