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.
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.