How to follow parentheses and bracket pairs in decompilation window?

hi

i’ve been wondering if there’s a possibility in IDA to follow or close loop brackets like:

while ( 1 ){

  //tons of stuff

}

another situation is having a chain of function calls after each other that have many parameters, with data types behind each var, its really hard to keep track of things by eye.

navigation in big chunks of code is killing me.

See Igor’s tip of the week #112: Matching braces – Hex Rays (it’s been added to the context menu since the post).

1 Like

so there is no possibility to close the braces? like in Visual studio? this would help a lot to hide unwanted code. yet better to have possibility of implementing user defined braces to hide a chunk of code in main scope of a function.

This is possible too, see Igor’s tip of the week #100: Collapsing pseudocode parts – Hex Rays

1 Like

The description is a bit unclear, but perhaps this plugin will help: hexinlay - Hex-Rays Plugin Repo

2 Likes