문제

I have this workflow problem in Eclipse (Java) in which there are of course hundreds of files in my package explorer. I know I can use Ctrl+R to open a file which is great - however from the tab I can't right click and do things like Compare With, Team > Commit and dozens of other useful options I need. Which leads to me browsing for the file in the package explorer - it's not like the file appears in package explorer when I Ctrl+R it - which is an annoying workflow problem.

What is the solution for this?

도움이 되었습니까?

해결책 2

Discovered package explorer actually has a yellow left/right arrow looking button that will open the current file in package explorer. This is the feature I was looking for.

다른 팁

You can right-click inside the file editor after opening with Ctrl-R (or Command-Shift-R on Macs) to use Compare With and Team -- most options from Package Explorer are available as context options in the Java file editor.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top