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:
If 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?
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:
Visual Basic:
Dim X as Integer
X = 10
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?