简体   繁体   English

Visual Studio 2012 Express C#为什么没有“使用组织”菜单选项?

[英]Visual Studio 2012 Express C# Why do I have no “Organize Using” menu option?

Using Visual Studio 2012 Express for C#, I wanted to clean up some using statements I'm not sure of, but when I go into Edit -> Intellisense -> I have no organize using option, and same thing if I right click inside the code editor of a .cs file. 使用Visual Studio 2012 Express for C#,我想清理一些不确定的using语句,但是当我进入Edit-> Intellisense->我没有organize using选项时,如果我右键单击.cs文件的代码编辑器。 Does express not have this feature or something? 表达没有这个功能或什么?

you should be able to right click anywhere in the class code and an organise using button should be on the context menu. 您应该可以在课程代码中的任意位置上单击鼠标右键,然后在上下文菜单上使用“使用组织”按钮。 That said I use Ultimate and professional so I would imagine that it is not present in express 就是说我使用Ultimate和Professional,所以我想它在快速表达中不存在

The exact same thing happened to me. 完全一样的事情发生在我身上。

The solution in my case was to clean and rebuild the solution, exit visual studio and reload. 我的解决方案是清理和重建解决方案,退出Visual Studio并重新加载。

Give it a try. 试试看。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用DateTime为什么有时需要将System.DateTime放在Visual Studio 2012中? - Using DateTime why do I sometimes have to put System.DateTime in Visual Studio 2012? 使用C#,如何以编程方式创建新的Visual Studio 2012解决方案? - Using C#, how do I create a new Visual Studio 2012 Solution programmatically? 如何安装Visual C#express? 它说我有旧版本的Visual Studio,但我没有 - How do I install Visual C# express?? It says I have old version of Visual Studio but I don't 在Visual Studio Express 2012 for Windows 8中实现C#中的枚举 - Implementing enum in C# in Visual Studio Express 2012 for Windows 8 在Visual Studio Express 2012(C#)中更新LocalDB文件 - Updating a LocalDB file in Visual Studio Express 2012 (C#) 如果C#代码是JIT编译的,为什么我在构建时必须在Visual Studio中选择目标平台? - If C# code is JIT compiled why do I have to choose a target platform in Visual Studio when building? 如何在Visual C#中将字符串组织到表中? - How do I organize strings into a table in visual c#? 视觉工作室2010快递和2012年快递开放ac#项目的差异 - Differences with visual studio 2010 express and 2012 express for opening a c# project 我如何评论Visual Studio 2012 C#中的标记文本? (不是线) - How do i comment marked text in Visual Studio 2012 C#? (Not the line) Visual Studio 2012中的C#。如何在64位模式下进行调试? - C# in Visual studio 2012. How do I make it debug in 64 bit mode?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM