Arokh Posted July 29, 2008 Posted July 29, 2008 Hi, Recently I wrote a Java application with NetBeans. It has one feature I would like to have in VS08: If an object is selected, it highligted all recurring instances of that object. For example: Dim X as Integer X = 10If I select the 'X' in the first line the second 'X' in the next line is also highlighted. I've searched a bit for Add-ins but I couldn't find one which features this. Does anybody know of such an Add-in? Quote
Leaders snarfblam Posted July 29, 2008 Leaders Posted July 29, 2008 I highly doubt it exists. I believe you can right-click an identifier and select "Find all references" which will bring up all instances of that identifier in the project. Quote [sIGPIC]e[/sIGPIC]
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.