



Intellij mac keyboard shortcuts code#
(Eclipse: Ctrl-L)Īllows you to select code with context. (Eclipse: Ctrl+K)ĭelete current line under cursor. When using CTLR-F to find in current file the F3 lets you to loop through the results. (Eclipse: Ctrl+Shift+T and Ctrl+Shift+R)įind and Replace in Path: CTRL + SHIFT + F / CTRL + SHIFT + RĪllows you to find in files or replace in files. Adding ALT on top of that it searches for symbols. If you combine it with SHIFT, it searches any file. Go to Class or file: CTRL + N and CTRL + Shift + NĪllows you to search by name for a Java file in your project. If you start typing, you can filter the files. Shows you a popup with all the recent files that you have opened or actually changed in the IDE. Recent Viewed or edited Files: CTLR + E / CTRL + SHIFT + E If you want to know how Eclipse shortcuts map to IDEA there's nice post about IntelliJ IDEA shortcuts for Eclipse users and I added some in my list. And changing "comment current line or selection" with Ctrl+/ which is impossible with Finnish keyboards to Ctrl+7. You also should change some default IDEA keyboard shortcuts to better ones like "closing editor window" with Ctrl+F4 which is too cumbersome compared to the de facto Ctrl+W. You may be tempted to just go with the Eclipse keymap but it's better to learn the IDEA way although it's quite irritating at start. Click "Plugins", then "Browse Repositories" at the bottomĮssential IntelliJ IDEA keyboard shortcuts Ctrl+Alt+S to pull up the Settings screen.It prompts whenever you use the mouse when you could've used the keyboard instead (similar to Eclipse's Mousefeed). To learn your way around IntelliJ IDEA's keyboard shortcuts there's nice "Key Promoter" plugin to train yourself. There are many posts in the Internet about keyboard shortcuts in IDEA but there's always place for more :) So, here's my list of shortcuts to keep in your finger memory. In theory you can use Eclipse keymap for shortcuts but it just doesn't work like it should and in practice you have to learn the IDEA way. The biggest difference in daily work with IDE is the shortcuts which are quite different in IDEA. The switch for long time Eclipse user wasn't easy as IDEA works a bit differently but the change was worth it. Recently I switched from using Eclipse to IntelliJ IDEA as our Java EE application's front-end was done with JavaScript and the support for front-end technologies in Eclipse is more or less non-existent.
