Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Too many Find Reference Results

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Alek86 Posted - Dec 21 2016 : 4:51:30 PM
Summary:
Similarly named symbols are found in Find Reference tool even if they are in different .exe projects.


Test VS solution:

vatest.proj
- source1.cpp
vatest2.proj
- source2.cpp


source1.cpp contains 1 line:
static int global;

source2.cpp contains 1 line:
static int global;

If I use Find Reference tool on any of those vars, I'll find both. But they are different static variables in absolutely different exe projects. There is no way they could be same.

IRL I'm developing with many exe project and sometimes Find References shows too much data from different exe which is slowing me down.

Turning off "Display references from all projects" won't help because I usually do need to search symbols which are used in multiple projects.
1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Dec 23 2016 : 7:16:08 PM
The aforementioned "Display references from all projects" is all we have right now. I have added your vote to case=58805 which is a bug report about this kind of problem.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000