Eclipse has an easy way to find all references to a variable, but is there a quick way to only look for assignments?
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.
Quick? Hm… Find all references with Ctrl+Shift+G, then filter in the
Searchview (results) via the View menu (dropdown triangle). You can selectReadsthere to filter these.Shortcut: Cursor to the variable, menu
Search > Write Access > Workspace. No keybinding assigned by default, but you can do this as usual (Preferences > General > Keys).