Latest available version: IDA and decompilers v8.4.240320 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon

When working with big functions in the decompiler, it may be difficult to find what you need if the listing is long. While you can use cross-references to jump between uses of a variable or collapse parts of pseudocode to make it more compact, there is one simple shortcut which can make your life easier.

The shortcut is not currently (IDA 8.1) shown in the context menu, but it was mentioned in the release notes for IDA 7.4:

You can also discover it by opening the Options > Shortcuts… dialog while the cursor is positioned on a brace or parenthesis:

This dialog can also be used to modify the shortcut to something you may find more convenient, for example Ctrl]

See also:

Igor’s tip of the week #06: IDA Release notes – Hex Rays

Igor’s tip of the week #02: IDA UI actions and where to find them – Hex Rays