In Eclipse, how to open a file browser in the directory of the currently edited file

前端 未结 8 533
情书的邮戳
情书的邮戳 2020-12-13 19:27

I know it\'s possible in eclipse to open file browsers from your project\'s resource browser, but is it possible for files that aren\'t part of your project ? Typically exte

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-13 20:16

    If you are using git, you can open Window > Show View > Other > Git Repositories. That will give you a Git Repositories explorer, which shows the Working Tree. The Working Tree will show all files in the filesystem, even temporary ones you created that are not added to git yet.

    Another way is to open Window > Perspective > Other > Git.

提交回复
热议问题