Text Highlight
When clicking on local variables it's possible to highlight all instance of that variable but it's not possible to do the same with class variables.
I think the normal behavior should be Click to highlight and Ctrl+Click or even a Double Click to go to the definition instead.
Agreed, going to definition is not very useful for fields.
I'm not talking only about the fields, but properties, methods, any thing that has a reference and is not local to the method is clickable buy not highlightable, right now the highlight only works for local fields and methods parameters.
If you are looking for a method usage in a particular method, it's pretty hard to find all instances specially in big methods.
Edit: Ah, yeah! There is that too. The search does not highlight what you are looking for...
If somebody is interested in implementing this, I suggest the following:
- add a new setting (turned off by default) that enables this behavior.
- Use Ctrl+Click instead of click for go to definition
- Single click should highlight all references to that member currently visible in the decompilation view.
I am interested in implementing this. Is it still something people would like to see?