vote up 4 vote down star
1

Notepad++ has a neat feature that combines search and highlighting. When you select a word, it is highlighted wherever else it shows up on the page, so it is an implicit search, which I find very very useful.

Is there a way to get that into VS?

I would also be interested in having these highlightings stick so that I can highlight more than one keyword (using different bgcolor of course), and even have all these keywords get highlighted automatically on the newer pages I open after making them stick. Now that would be really cool!

flag

63% accept rate

5 Answers

vote up 1 vote down

Visual Studio 2010 will introduce a feature called "Highlight References" for symbols in C# and Visual Basic and it will behave as you describe. The "sticky" highlight however is not supported yet (in 2010).

link|flag
2010.. I'll be dead by then! :P – Emrah Nov 18 '08 at 19:40
vote up 0 vote down

The same feature is also available in Eclipse. Very useful.

link|flag
vote up 0 vote down

Sara Ford has a post on her blog about making a custom editor. Might be a good starting point for investigating writing your own addin or editor for achieving your goal.

http://blogs.msdn.com/saraford/archive/2006/08/09/693548.aspx

link|flag
vote up 1 vote down

@nlinus: Thanks, RockScroll plugin is great! Now if only I could change the bgcolor.. :P

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.