Add ability to highlight simmilar text in the query
Hi,
Is it possible to add ability to highlight similar text to what is selected? Notepad++ does that and so does VS and it'll be really useful to have that in Linqpad as well. The use of this feature would be to see the usages of certain variable in the document, specially in SQL.
Thanks
Is it possible to add ability to highlight similar text to what is selected? Notepad++ does that and so does VS and it'll be really useful to have that in Linqpad as well. The use of this feature would be to see the usages of certain variable in the document, specially in SQL.
Thanks
Comments
With C#/VB queries, Shift+Control+Up/Down will do the same, but using a symbol match.
While Control+F3 does allow you to cycle through matching words, the Instant Highlight feature gives you the ability to immediately see the matches from a "bird's eye view" perspective that your eyes can scan over. You can also then smoothly scroll up or down using the scrollbar to bring other matches into view.
Bottom line, I find it very useful when scaffolding and organizing logical codes blocks — like laying out loops and function calls — and improving code patterns.