In Eclipse, if you rest your cursor on a variable it will highlight that variable everywhere in the code. I was wondering how you could highlight more than one variable at a time?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not exactly what you want, but using the find dialog you can look for two variables in the same search.
indexandcountvariables use(index)|(count).indexandcount.This can be expanded to even more tricky searches.