Community
Participate
Working Groups
Create a .c file: void main() { int x = 3; x = 6; } Select the "x" variable and try a Ctrl+Shift+G. The search view returns nothing. Actually, my real use case is more complex than this example. Think about a large function, where you want to see where some local variable declared at the beginning is used. It should work in CDT the same way it works in JDT.
*** This bug has been marked as a duplicate of bug 151334 ***