Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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 = 10

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?

  • Leaders
Posted
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.
[sIGPIC]e[/sIGPIC]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...