Bug 214031 - Ctrl+Shift+G does not work for local variables
Summary: Ctrl+Shift+G does not work for local variables
Status: RESOLVED DUPLICATE of bug 151334
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 4.0.1   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA Friend
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-30 20:06 EST by Willian Mitsuda CLA Friend
Modified: 2008-01-02 03:47 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Willian Mitsuda CLA Friend 2007-12-30 20:06:23 EST
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.
Comment 1 Markus Schorn CLA Friend 2008-01-02 03:47:34 EST

*** This bug has been marked as a duplicate of bug 151334 ***