Reputation: 2934
I recently migrated from eclipse to IntelliJ just for using android studio.
I am not able to find the shortcut for basic find feature
Ctrl + K / Ctrl + Shift + K - Highlight next/previous occurrence of selected text.
Of course I did search and study.
PDF gave lot of usefully shortcuts.
Upvotes: 0
Views: 507
Reputation: 2934
The best way I found is using eclipse keymap in intelliJ
press Ctrl+Shift+A
which will pop up a search box.
Search for eclipse.
Click on first result.
Modify the default keymap to eclipse.
Almost all the shortcuts in eclipse should be back. You have to search the term using ctrl+f and then do ctrl+k
Upvotes: 0
Reputation: 168
the 'shortcuttranslator' plugin adds a simple dialog box that lets you explore the relationships between different keymaps, e.g. the standard eclipse keymap and the default idea keymap. https://plugins.jetbrains.com/plugin/6827?pr=
Upvotes: 0
Reputation: 2842
Per this SO question's answer, F3 / shift+F3 seems to work in the context of ctrl+alt+F7(or ctrl+shift+F7) highlighting. Consider giving credit to the orignal answerer of that post, if that helped you.
Upvotes: 1
Reputation: 7147
Use CTRL+SHIFT+A to search for actions. If shortcuts are available, they are displayed next to the action name in this search-result window. This way allows you to learn IDEA easier and probably faster.
If you want to assign a shortcut for an action (CTRL+SHIFT+A) search for "keymap" (in the Settings section) - this will open the Settings window and guide you to the keymap section. There you can search for actions and assign shortcuts and secondary shortcuts.
Upvotes: 1