20

How to go to matching bracket in Eclipse IDE (in Text, Java or JavaScript)?

(match opening and closing brackets)

I naturally tried Ctrl+}, but it is not there.

Paul Verest
  • 60,022
  • 51
  • 208
  • 332
  • 2
    Possible duplicate of [Eclipse jump to closing brace](http://stackoverflow.com/questions/289342/eclipse-jump-to-closing-brace) – BuZZ-dEE Dec 06 '15 at 20:31

2 Answers2

32

You can see the setting for this in Preferences > General > Keys and search for Go to Matching Bracket.

On my Mac it is Shift+Cmd+P (so probably Shift+Ctrl+P on Windows/Linux).

greg-449
  • 109,219
  • 232
  • 102
  • 145
15

Try Ctrl + Shift + P . This may help you getting what you need.

Foolish
  • 3,952
  • 33
  • 46