简体   繁体   中英

How to locate current file in Eclipse Project Explorer view using keyboard shortcut?

As a user of ReSharper in Visual Studio, I find the Locate in Solution Explorer shortcut, ( Shift + Alt + L ), immensely useful. Is there an equivalent in Eclipse to locate the current file in the Project Explorer?

A Google search and a quick root around in the Keys preferences window suggested there wasn't, but perhaps I just couldn't find it.

The default setting is Alt + Shift + W . But you can set any key combination you like to the command "Show In (Project Explorer)" from the Preferences | General | Keys dialog.

I am not sure about a shortcut key, but there is a small button in the "Package Explorer" toolbar with two arrows. If you press that toggle button then the Package Explorer will select the currently editing file.

Similar for the Project Explorer view.

If you press the buttons ctrl - shift - r you get access to open a resource in a project. If you then have the two double arrows clicked in the project explorer, you will go straight to that file.

answer is here Eclipse : Link with editor keyboard shortcut?

There is not by default, but you can define this yourself. Go into Preferences -> General -> Keys, and then type "link" into the search box. You want the "Toggle Link with Editor" command. You can then define the key binding by filling in the "Binding" box below.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM