score:0
Keymap : Mac OS X 10.5+
- To start / add to your discrete multiple selection : CTRL+G
- To skip the current selection and move to the next : CMD+G
score:0
In IntelliJ, if the cursor is over a word and you press Command+G you will jump to the next occurrence of that word in the file. Similarly, you press Command+Shift+G you will jump to the previous occurrence of that word in the file
score:1
There are 2 options like below in : Settings -> Keymap -> Main menu -> Find
- Find Next / Move to Next Occurrence
- Find Previous/ Move to Previous Occurrence
For me, this didn't work at the start because GIT push shortcut was using the same keys (Ctrl + K & Ctrl + Shift + K). All is good after changing the conflicting GIT shortcuts.
score:1
score:2
I think Android Studio/IntelliJ doesn't play that well, for me, I changed Android Studio Keymap to Eclipse as I used to (My collection tips) and to use Ctrl+K, I press search the string first:
- Select the text we want to search
- Press Ctrl+F, Enter
- Then can use: Ctrl+K in any file we are on
That's what I'm doing, hope can help someone with that.
score:2
You can do it using macros:
- Edit -> Macros -> Start Macro Recording
- Edit -> Find -> Find Word at Caret
- Edit -> Find -> Find Next/ Move to Next Occurrence
- Edit -> Macros -> Stop Macro Recording
- Give some name for the macro, e.g. "simulate Eclipse Ctrl+K"
- File -> Settings -> Keymap -> Find the macro "simulate eclipse Ctrl+K" -> bind hotkey Ctrl+K
The same can be done for the Ctrl+Shift+K (use Find Previous/ Move to Previous Occurrence).
score:5
Shift+F3 works for me in Android Studio / IntelliJ, in eclipse we were using Ctrl+K
score:17
You will need 2 Steps to archive a similar behavior:
Step 1:
Press Ctrl+F3 to start a search for the current selectet text (if no text is selected then the whole word will be taken).
Step 2:
Press F3 to jump to next occurrence or Shift+F3 to jump to the previous.
This approach will even continue the search for the text if you switch to another file. Just press F3 and you will jump to the next occurrence in the other file.
score:50
Find word at caret, default is Ctrl+F3, can be changed in File
| Settings
| Keymap
:
Source: stackoverflow.com
Related Query
- eclipse ctrl+k equivalent shortcut in IntelliJ
- Intellij ctrl+w equivalent shortcut in Eclipse
- What is Eclipse's Ctrl+O (Show Outline) shortcut equivalent in IntelliJ IDEA?
- IntelliJ IDEA equivalent of Eclipse "Link with Editor"
- Eclipse inspection (Ctrl + Shift + I) equivalent in IntelliJ IDEA (Community Edition)
- Eclipse equivalent command in Intellij
- What is the Eclipse equivalent of IntelliJ "Live templates"?
- Visual studio shortcut keys equivalent to eclipse shortcut keys
- What is Eclipse Ctrl+O shortcut equivalent in Android Studio?
- Shortcut in IntelliJ equivalent to Ctrl + Shift + G
- Intellij Idea - Eclipse Scrapbook equivalent
- Visual Studio equivalent to Eclipse keyboard shortcut Alt Shift L
- Is there an equivalent of Ctrl + Shift + L from Eclipse in IntelliJ Idea
- Intellij equivalent of Eclipse syso
- What is the Eclipse equivalent of IntelliJ Ctrl + N
- Equivalent to Eclipse Classpath Container in Intellij IDEA
- Exact duplicate shortcut from Eclipse in Intellij IDEA
- what is equivalent of 'tab' from eclipse in intellij idea IDE
- Ctrl + W shortcut of IntelliJ idea equivalent in MyEclipse
- Intellij equivalent to Source lookup path in Eclipse
- What is Eclipse Ctrl+1 shortcut equivalent in Android Studio?
- intellij and or eclipse equivalent of sublime text's select text and edit?
- Eclipse equivalent of Intellij Dynamic Properties
- What is Eclipse's Ctrl+Alt+J shortcut equivalent in IntelliJ IDEA?
- intellij shortcut 'Add selection for next occurence' in eclipse
- What is the IntelliJ equivalent to the Eclipse Overview panel?
- Visual Studio: shortcut key equivalent to F2 in Eclipse for option menu
- Eclipse copy/paste entire line keyboard shortcut
- Keyboard shortcut to "untab" (move a block of code to the left) in eclipse / aptana?
- Is there a shortcut in Eclipse to Re-run the most recently launched program?
More Query from same tag
- revert back refactoring step in Eclipse Java project
- How to search especial characters in eclipse?
- find variable Declaration reference Abstract syntax tree eclipse cdt C code
- Cannot store a long type variable in a HashMap in Java
- eclipse.ini non-standard options
- To use .jsp pages with Eclipse on Mac, Where do I have to put .java or .class files?
- disassociate windows username from subclipse without saving credentials
- Android ACRA and ProGuard
- How to debug an existing project in eclipse
- A class is looking for methods of another class in the maven repository instead of the source code
- Running an Eclipse Java Maven project from a Windows (DOS) shell
- How to configure project as android application
- Gradle creates huge number of files in project-directory
- Where to write Label in Listview In Android
- Java code to find polygonal numbers based on input
- Eclipse/PyDev: Sync System PYTHONPATH runs continuously
- AST-based search for Eclipse
- Integrating Samsung Smart TV SDK with Eclipse Juno (or newer)
- No items are displayed in the Palette in Eclipse oxygen
- Android date picker listener doesn't work more than one time..
- Is there a Launchy or Quicksilver for Eclipse?
- Reading text file from outside a JAR file?
- Jinja2 template support in Eclipse
- "object index is not a member of package views.html" when opening scala play project in scala ide
- How to make sure the layout of an activity no replace by other activity?
- Why Eclipse need node.js?
- Eclipse PyDev doesn't see ones modules as imports and sees others in the same directory
- How to solve error given by eclipse on running runClient?
- Thread-Safe way to access EclipsePreferences (Project)
- How do I embed external .wav files in my JAR?