开发者

IntelliJ navigate to next and previous highlighted variable

In IntelliJ 10.5 I have "Hi开发者_JAVA百科ghlight usages of element at caret" enabled. When a variable/method/etc is selected, is there a way to move to the next and previous occurrence? I'm looking for the equivalent of Control-K in Eclipse.

Edit: Shortcut to navigate between highlighted usages simply moves to the next text occurrence, which is different than moving to the next occurrence of the variable/method/etc. If I have the variable foo selected, I want to navigate to the next occurrence of foo and not any piece of text called "foo" (including "foo" in comments, method names, etc).

Also, pressing F3 seems to be buggy. When I press F3, it sometimes searches using the previous searched text and not the currently highlighted text.


  • F3 or shift+F3
  • ctrl+c, ctrl+f, enter or up and down arrows
  • ctrl+alt+F7

Added this in case people don't look at your edit.


It's not currently possible, see my question: Shortcut to navigate between highlighted usages.

I even created an issue IDEA-70523 addressing this feature, please vote for it if you can't live without it like me :-).


Install Identifier Highlighter Reloaded and use Alt + Shift + Up/Down (can be redefined in Keymap settings) :)

After you give it a shot and notice the 'hey, the highlight stays there after I move my cursor out of it' annoyance, consider upvoting this issue :)


In the Mac OS, you can navigate to next highlighted usage by press control + option + up/down arrow.


Vote this request up for make them implement the feature.

http://youtrack.jetbrains.com/issue/IDEA-59638


I found something thay may more suite your needs : alt + mouse-wheel up/down.
It goes to previous / next occurrence of identifier under caret.

Shortcut name is "Go to next highlighted element usage".


I usually do the following:

  1. Highlight the word
  2. Cmd + F (it will highlight all the matches in file)
  3. Cmd + G (next match)
  4. Cmd + Shift + G (previous match)


I could not get any of IntelliJ's native options for Find Next/Previous to behave like in Eclipse. Find Word at Caret comes close, but it only allows you to slurp and find the next word, not previous.

Identifier Highlighter Reloaded also does not behave like Eclipse.

I wrote an IntelliJ plugin to reproduce the exact behavior as in Eclipse. You can find it here: https://plugins.jetbrains.com/plugin/10635-quick-find-plugin


Look for next occurrence @ Keymap

IntelliJ navigate to next and previous highlighted variable

^G = "select" the variable that you want to search for

[shift]⌘G = [previous]next occurrence of selected variable

All credits to @Igor Wojda for his comment in the accepted answer.


(AFAIK, limiting search scope to only variable/method is not possible)

For text based match and quick jump:

  1. Simply place the cursor over the desired word to be searched
  2. Press Ctrl+F3
  3. For further down/up search, simply use F3/Shift+F3 respectively


in Intellij shortcut for this action, it's not defined. but you can define it like this:

  • Ctrl+ Alt + S

  • search " highlighted usage"

  • then you can set a shortcut for that.

    IntelliJ navigate to next and previous highlighted variable


Ctrl+Alt+Up and Ctrl+Alt+Down navigates to the next and previous usages of a highlighted variable in IntelliJ.

I use this functionality of navigating to the next usage of a variable in a file by hot in Visual Studio all the time (Ctrl+Shift+Up and Ctrl+Shift+Down) and was looking for the equivalent in IntelliJ

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜