user2154420
user2154420

Reputation: 508

Autocomplete braces within braces in Geany?

I am programming in Java, and whenever I type a { within a class Geany doesn't autocomplete for me since it assumes the ending brace to the brace I just typed is the ending brace for the class. Is there any way to disable this so that no matter what when I type a {, it will autocomplete to {}?

Upvotes: 1

Views: 401

Answers (1)

frlan
frlan

Reputation: 7260

You can improve and configure behaviour of closing braces by using and configuring autoclose-plugin. Having this activated I getting the wished behaviour.

Upvotes: 1

Related Questions