I just installed CodeRush Express and was wondering is there any keyboard shortcut for viewing/applying available refactorings. Currently I have to click on the small underline/underscore to get the available refactorings.
keyboard shortcut for viewing/applying available refactorings
201 Views Asked by Umair Ahmed At
2
There are 2 best solutions below
0
Lasse V. Karlsen
On
Try hitting Ctrl+Shift+Alt+O, which will bring up the options dialog for CodeRush Express, where you can find the keyboard shortcuts.
If I'm not mistaken, the CR Express shortcut for refactoring defaults to the backtick key on english keyboards.
Personally I have bound it to Alt+Enter.
Related Questions in C#
- Passing arguments to main in C using Eclipse
- kernel module does not print packet info
- error C2016 (C requires that a struct or union has at least one member) and structs typedefs
- Drawing with ncurses, sockets and fork
- How to catch delay-import dll errors (missing dll or symbol) in MinGW(-w64)?
- Configured TTL for A record(s) backing CNAME records
- Allocating memory for pointers inside structures in functions
- Finding articulation point of undirected graph by DFS
- C first fgets() is being skipped while the second runs
- C std library don't appear to be linked in object file
- gcc static library compilation
- How to do a case-insensitive string comparison?
- C programming: Create and write 2D array of files as function
- How to read a file then store to array and then print?
- Function timeouts in C and thread
Related Questions in VISUAL-STUDIO-2008
- Automatically Compile .Net UserControls
- Error code 31 returned from mt.exe when building C++ projects in Visual Studio 2013
- Issue with Referenced DLL's on compiled EXE in Visual Studio 2008
- How can I prevent picture boxes from intersecting, while they are in constant movement?
- Microsoft TFS and Visual Studio 2008 - project hierarchy changing on server
- Disable clock edit on windows 6.5
- How to static link EDK II library into application in Visual Studio 2008 tool chain
- MFC Feature Pack 2008 CPaneDialog as CDialogBar
- Can we highlight single word of from Text Property (have multiple words)of Label Control
- Getting exception while compiling in 64bit visual studio 9.0 sp1
- Error LNK2019 LNK2001
- Desktop Shortcut Icon is different than Application Icon
- Trying to reduce size of memory allocations in debug compilations for C++
- c++ wofstream issue in unicode program
- How to set parameters as optional while adding crystal reports in central management consol
Related Questions in KEYBOARD-SHORTCUTS
- Close the Solution Explorer window
- NetBeans commenting
- Shortcut key to show unsaved changes in Sublime Text 3
- Goto method of class shortcut
- Can't easily jump cursor to end of autoclosed tag in Eclipse
- Keyboard shortcut for "do refactor" in intellij
- Which is better for MFC application hot key or Accelerator?
- Move file from one editor window to another (split mode)
- Keyboard Shortcut to exit out of text area from within IntelliJ IDEA settings?
- How to assign Control + . as a shortcut key?
- How to add cmd-shift-<NUMBER> shortcut to Xcode
- SHIFT+7 = ALT - bizarre behaviour
- Visual Studio Shortcuts: Disabled?
- Set Multiple Masks for KeyStroke
- Command to move line up or down in Atom Editor
Related Questions in CODERUSH-XPRESS
- Coderush xpress (11.2.11) not working in VS2010
- Disable CodeRush
- Coderush Xpress commercial using
- Making CodeRushXpress-11.2.13 work with Visual Studio 2013
- Code Formatting and Intellassist
- Type of window
- Cheat Sheet for CodeRush Xpress for VS 2010?
- CodeRush Xpress with JustCode on VS 2010
- How to rearrange class members using Coderush Express
- CodeRush Xpress: disable the locator carets?
- Visual Studio Format entire file?
- Can I use CodeRush Xpress in Visual Studio 2010?
- keyboard shortcut for viewing/applying available refactorings
- Is CodeRush Xpress compatible with Visual Studio 2012
- Visual Studio 2010 IntelliSense doesn't select a default value - it just marks it
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The general shortcut for that dropdown in Ctrl + . (control + full stop). Works for VS even when CodeRush is not installed.
Also for CodeRush is Ctrl + ' (Control + apostrophe) which will either show the refactoring list (without having to wait for the underscore to appear), or apply the refactoring if there is only one available.
EDIT: The shortcut for CodeRush is Ctrl + ' for UK keyboards, but (I think) Ctrl + ` for US keyboards.