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
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.