T O P I C R E V I E W |
MortenSkaaning |
Posted - Nov 30 2010 : 09:21:42 AM Hi all
I can use a feature to make this good tool greater :) I work in a large codebase and I'd really love to get an overview of when variables are read from / written to. Which would be assignments / const / non-const access to the variable. Can this be added to the Find References feature?
I imagine the extension to the interface would be to add filter buttons to the "Find References Results" tool window.
Best regards Morten |
2 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - May 23 2014 : 3:04:16 PM A new case was opened for filtering of Find References results: case=78686. case=78686 is implemented in build 2036. See the context menu for filtering commands and keyboard shortcuts. |
accord |
Posted - Dec 02 2010 : 07:57:48 AM We are considering to indicate lines where a variable might be modified (i.e. passed by non-const reference) at some point:
case=9955
We are also considering some form of filtering of find references results, I've added a comment about your filtering idea to the case:
case=2867 |