Question

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.

Was it helpful?

Solution

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).

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top