coderush-xpress

Can I use CodeRush Xpress in Visual Studio 2010?

泪湿孤枕 提交于 2019-12-23 09:44:50
问题 I've installed the Beta 1 of Visual Studio 2010, and started working a little. Even though I haven't been using CodeRush Xpress for long in Visual Studio 2008, I immediately started missing some of the neat functionality. Is there any way to install CodeRush Xpress on Visual Studio 2010, even though it's only the Beta yet? 回答1: I've listened to a couple of recent Mark Miller interviews and they are still working on the 2010 version. The current version will only work with 2005/8. 回答2: Now

Experience with Coderush XPress and Visual Studio 2010?

和自甴很熟 提交于 2019-12-03 09:38:49
问题 It is possible to use CRX with VS 2010: Can I use CodeRush Xpress in Visual Studio 2010? Refactor Key works. (After assigning the shortcut) What doesn't work is QuickNav and QuickFileNav . The Standard Shourtcut for QuickFileNav is CTRL+ALT+F, which is conflicted with VS View.F#Interactive. But removing this shortcut or changing the shortcuts for QuickNav and QuickFileNav doesn't bring up the nav-windows. NextReference (TABULATOR) doesn't work Any solutions? Other issues? 回答1: Sorry, but the

Visual Studio Format entire file?

倖福魔咒の 提交于 2019-12-03 03:36:01
问题 Is there a way to issue a key command to properly format an entire file in VS2008 with CodeRush Express? 回答1: Use Ctrl + K + Ctrl + D to format document keystroke Use Ctrl + K + Ctrl + F to format selection keystroke It's also possible to set your own keystrokes by opening Options... dialog (select Tools->Options from the menu). In Options dialog select Environment->Keyboard form the tree and set your own shortcuts for Edit.FormatDocument. 回答2: You could always go to Tools -> Options ->

Visual Studio Format entire file?

给你一囗甜甜゛ 提交于 2019-12-02 17:05:28
Is there a way to issue a key command to properly format an entire file in VS2008 with CodeRush Express? Use Ctrl + K + Ctrl + D to format document keystroke Use Ctrl + K + Ctrl + F to format selection keystroke It's also possible to set your own keystrokes by opening Options... dialog (select Tools->Options from the menu). In Options dialog select Environment->Keyboard form the tree and set your own shortcuts for Edit.FormatDocument. You could always go to Tools -> Options -> Keyboard and give the Edit.FormatDocument a new shortcut. Update You can also see what the Shortcuts mapped to this

Visual Studio 2010 IntelliSense doesn't select a default value - it just marks it

人盡茶涼 提交于 2019-11-30 10:05:39
问题 I have a pretty annoying problem with the IntelliSense in Visual Studio 2010: Every now and then (but not always - just out of my control) the Intellisense engine chooses to "mark" an option, instead of actually selecting it. This means that instead of typing e n Enter to access the default option starting with "En...", I have to type e n down Enter . Usually it works like this for a while, and then, suddenly, the behavior I want is back. My conclusion is that there is some option somewhere