Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Visual Studio 2012 RC 中没有显示重构菜单。它没有显示在菜单栏或上下文相关帮助中。是否需要更改设置以使其显示。我在自定义选项中看到了重构菜单,但无法使其显示在菜单栏中。这是在 ac# 项目中。
我刚才也遇到过这种情况。原来我正在编辑一个不属于开放解决方案的文件——它来自另一个分支。直到我意识到这一点,我才感到困惑。
我有一个类似的例子。事实证明,我正在处理的项目并不总是有一些要编译的文件。在这种情况下,它是一个 ASMX 文件,并且没有任何重构位起作用。