Allydra
Allydra

Reputation: 149

Auto real-time curly braces while typing in Eclipse

Automatic curly braces, the one typing aid I actually like while programming, doesn't work how I would like when using Eclipse: I want the matching brace to appear when I type the first one, not when I make a new line from an existing one.

Is there a way to do this? I've looked throughout the preferences in Eclipse as well as various Google/Stack Overflow searches.

Upvotes: 1

Views: 76

Answers (1)

Matthew Smith
Matthew Smith

Reputation: 11

This option can be found under Window -> Preferences -> Java -> Editor -> Typing. Check the box entitled Braces.

Screenshot of Preferences Window

Upvotes: 1

Related Questions