Does codeblocks support finding variable declaration?
When I select a text which is a function name then it is able to find function declaration/definition but it doesn't work for variables.
When the text is a variable then it says not found xyz.
My second question is whether code completion supports completion of struct members like in xyz. or xyz->
Thanks