views:

38

answers:

1

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

A: 

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

Please vote.

CrazyCoder

related questions