mattsh
mattsh

Reputation: 6333

go to matching brace in non-java files in intellij

In IntelliJ (version 9), in a java file, I can go to the matching brace or parentheses by pressing ctrl-] or ctrl-[. However, for whatever reason, this only works when I'm in a java file. How do I find the matching brace when I'm in some other kind of file (for example a json file or html file)?

Upvotes: 3

Views: 1004

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 402235

It's not possible right now, I've submitted a new request for this feature: http://youtrack.jetbrains.net/issue/IDEA-58341

Please vote.

Upvotes: 2

Related Questions