2

In eclipse I use "CRTL + SHIFT + R " to "open resource" i.e. search and open a file. How can I make eclipse automatically scroll over to the location of the file?

I work on a large project and it's annoying to have to click my way to the package folder of the file.

frostbite
  • 628
  • 1
  • 14
  • 27
  • 1
    Have a look here : http://stackoverflow.com/questions/6334241/how-do-i-show-an-open-file-in-eclipse-package-explorer – Ioan Jul 15 '14 at 19:56

1 Answers1

2

Enable "Link with Editor" in your Project/Package Explorer. Then when you open the file, it will automatically scroll to its location within the package view.

M A
  • 71,713
  • 13
  • 134
  • 174