In Visual Studio (using IDEA key mapping), CTRL-SHIFT-R brings up the Refactor menu.
How do I do the same in IntelliJ ?
In Visual Studio (using IDEA key mapping), CTRL-SHIFT-R brings up the Refactor menu.
How do I do the same in IntelliJ ?
You'll find the main refactoring actions are bound to keys, rather than the entire menu being associated with a keyboard shortcut. The cheatsheet shipped with IntelliJ (Help > Default Keymap Reference) was invaluable when I was trying to get my head around everything that was possible. (Available online too!).
I think you can probably get the refactoring menu in Windows by hitting the Context key (next to the Right Ctrl) and then R whilst your cursor is in the editor window. Not sure if a dedicated binding exists - I'm pretty sure you can't set one.
Alt+R will pull down the menu. For instance, Alt+R, L will allow you to pull up a method.
The range of refactoring options in IntelliJ is fantastic, right click in your editor and hit 'r' to see the entire menu. You'll soon want to just use the keyboard shortcuts though; some of my favourites are: