Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gandalf-le-dev/opened-files-explorer


https://github.com/gandalf-le-dev/opened-files-explorer

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Opened Files Explorer for VS Code

## Overview
Opened Files Explorer is an extension for Visual Studio Code that provides a tree view of all currently opened files, mimicking the file explorer but focusing exclusively on your active working set of files. It's a handy tool for developers who work with multiple files and need a quick way to navigate through them.

## Features
- **Tree View of Opened Files:** Displays all the opened files in a tree view, similar to the native file explorer.
- **Folder Hierarchy:** Shows the folder structure of the opened files, making it easier to understand the file organization.
- **Easy Navigation:** Double-click on any file in the tree view to open it in the editor.
- **Theme Compatibility:** Icons and colors adapt to match the current VS Code theme.

## Installation
1. Open Visual Studio Code.
2. Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
3. Search for 'Opened Files Explorer'.
4. Click on the Install button.

## Usage
After installation, the 'Opened Files Explorer' will appear in the Explorer view. It will automatically update as you open or close files in your workspace.

## Contributing
Contributions to 'Opened Files Explorer' are welcome and appreciated. You can contribute in various ways such as submitting bug reports, suggesting enhancements, and creating pull requests for new features or bug fixes.

## Support
If you encounter any issues or have any suggestions, please open an issue on the [GitHub repository](https://github.com/Gandalf-Le-Dev/opened-files-explorer/tree/main?tab=readme-ov-file).

## License
This extension is released under the [MIT License](https://github.com/Gandalf-Le-Dev/opened-files-explorer/blob/main/LICENSE).

## Acknowledgments
Thanks to the Visual Studio Code community for the continuous support and inspiration in building tools that enhance our development experience.

---

Enjoy using Opened Files Explorer!