This post originated from an RSS feed registered with Java Buzz
by Vasanth Dharmaraj.
Original Post: Eclipse Tip: Mark Occurrences
Feed Title: Vasanth Dharmaraj's Blogs
Feed URL: /SyndicationService.asmx/GetRssCategory?categoryName=Technology%7CJava
Feed Description: my thoughts on dot net, java, linux, formula one, xbox gamming...(my java category)
Eclipse
has a feature to visually see all occurrences of a method, variable or method exit
points. Use the mark occurrences icon shown on the left to toggle this feature. Once
enabled select a method or variable. Eclipse will highlight all occurrences of
this in the current file. Select a return type to highlight all the exit points of
a method.