Is it possible to move quickly from one place in code to another where variable is used? For example I have variable String strResponse
and it used in several places in code. I want to get from one place where variable used to another quickly using keyboard shortcuts. Is it possible?
VS has "Find all references" option but that's not what I am looking.