While I find Code::Blocks much more intuitive than Eclipse, one feature that would be nice in Code::Blocks is to highlight an expression and see its computed value, for example a->b[j] or x[m][n], rather than having to find the values of a, i, j and b or x, m and n, without having to open lots of variables. Also, it would be nice to open structures to see the contents of fields.
Apologies if this is possible, but I've searched high and low and can't seem to find any way to do this.