GNU emacs 23.1.1
I am using emacs to debug some code. However, the if and else blocks are very big and I cannot display the whole code on my terminal as I have to scroll down many screens. And there are so many of them as most of them are nested, if hard to know which ones below to which if else block.
if(something)
{
/* very big code block with nested if/elses */
}
else
{
/* very big code block with nested if/elses */
}
I would like to put the cursor on the first curly brace and somehow go to where this code block ends.
Hope you understand,
Many thanks for any advice,
C-M-f - forward-sexp
This will take you to the } that matches the { point is ion.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With