如何在VS中显示CodeRush菜单项?

发布于 2024-09-02 07:20:10 字数 199 浏览 4 评论 0原文

我刚刚将 CodeRush 安装到我的 VS 中,当我安装后第一次运行 VS 时,它会显示一个对话框,询问我是否是有经验的用户。当对话框可见时,我可以看到 VS 中有一个名为 DevExpress 的新菜单项。该对话框上有一个小复选框,说明了我可能应该检查的菜单项。因为我没有,菜单项在我单击“确定”后就消失了。

我无法使该菜单项重新出现。有人可以帮我解决这个问题吗?

I just installed CodeRush to my VS and when I run VS for the first time after installation it showed me a dialog asking if I'm experienced user. While the dialog was visible I could see that there was new menu item in VS named DevExpress. There was a small check box on that dialog saying something about menu items that I probably should have checked. As I did not the menu items disappeared just after I clicked OK.

I cannot make that menu item reappear. Can somebody help me with this ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

旧梦荧光笔 2024-09-09 07:20:10

DevExpress 菜单消失

通常,菜单消失不是评估问题。相反,这是 CodeRush Xpress 的正常行为。

这个菜单确实可以带回来。需要对每个主要版本(每年 2 - 3 个)执行此操作。以下是操作说明10.1 也是如此

但是,知道可以通过使用 CTRL+SHIFT+ALT+O 快捷方式

CodeRush Xpress

Xpress 来使用这些选项可能就足够了CodeRush 不是评估版,尽管它是精简版。
(CodeRush 完整版试用可在此处获取)
它可以免费与 VS2005、VS2008 和 VS2010 一起使用,因为 Microsoft 向 DevExpress 付费,将其授权给这些产品(专业版及更高版本)的每个用户。

除此之外,微软还在该协议中写入了一些条件。

第一个似乎是从主菜单栏中删除了 DevExpress 菜单。

此外,在版本 10.1 及更高版本中(如果您想在 VS2010 中使用 CodeRush Xpress,则需要),根据 MS 的要求,还删除了其他几个功能(但仅在 VS2010 下运行时 - 在将 10.1 与早期版本的 Studio 一起使用时,这些功能仍然存在

)确实是一种耻辱,但由于微软为这个产品付费,他们有权对产品的内容有发言权。

DevExpress Menu Disappearing

Typically the menu disappearing is not an evaluation issue. Instead this is the normal behaviour of CodeRush Xpress.

This menu can indeed be brought back. This needs to be done for each Major version (2 - 3 of these each year). Here are the instructions for doing so with 10.1

However it may be enough to know that the options are available through the use of the CTRL+SHIFT+ALT+O shortcut

CodeRush Xpress

The Xpress of CodeRush is not an evaluation version although it is a cut down version.
(Trial of full version of CodeRush available here)
It is Free to use with VS2005, VS2008 and VS2010 because Microsoft paid DevExpress to licence it to every user of (the Pro versions and higher of) these products.

Along with this, Microsoft also wrote several conditions into this agreement.

The first of these appears to have been the removal of the DevExpress menu from the main menu bar.

Additionally in version 10.1 and higher (required if you want to use CodeRush Xpress with VS2010) several other functions were also removed at the request of MS (but only whilst running under VS2010 - these functions remain whilst using 10.1 with earlier versions of Studio)

This is indeed a shame but as MS paid for this product they are entitled to have a say in what goes into it.

猥琐帝 2024-09-09 07:20:10

Ctrl+Shift+Alt+O 调出 CodeRush 首选项。

Ctrl+Shift+Alt+O brings up CodeRush preferences.

那小子欠揍 2024-09-09 07:20:10

要在 Visual Studio 2008、Windows 7 32 位 CodeRush Express 11.2.11 中启用菜单,请在注册表中输入 HideMenu 项并重新启动 VS:

[HKEY_LOCAL_MACHINE\SOFTWARE\Developer Express\CodeRush for VS\11.2]
"HideMenu"=dword:00000000

此致

To enable the menu in Visual Studio 2008, windows 7 32 bit of the CodeRush Express 11.2.11, enter the HideMenu key in your registry and restart VS:

[HKEY_LOCAL_MACHINE\SOFTWARE\Developer Express\CodeRush for VS\11.2]
"HideMenu"=dword:00000000

Regards

流殇 2024-09-09 07:20:10

我必须在管理模式下打开 Visual Studio。
只需右键单击 Visual Studio 图标并选择以管理员身份运行即可。

I had to open Visual Studio in Admin mode.
Just right click on the visual studio icon and select run as administrator.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文