I am looking for a built-in feature or plugin for Eclipse to do the following:
- Open Resource + Jump to Line (in one step)
Ideal would be to do this:
- Open Resource (Ctrl+Shift+R)
- Type: FileName:LineNumber (eg. test.html:50)
I know i can do it in 2 steps, but when copying "File:Line" from somewhere i need to paste it in "Open Resource", copy or memorize and delete the line-number, open the file and then invoke "Go to line" (Ctrl+L) and paste or type the line number and confirm. This is very complicated.
It would be great if the "Open resource" dialog could combine these steps.
Is there a built-in feature or plugin for Eclipse that can do this?
If not could anybody write such a plugin?