https://github.com/pyronaur/jump-to-recent
https://github.com/pyronaur/jump-to-recent
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pyronaur/jump-to-recent
- Owner: pyronaur
- License: mit
- Created: 2023-01-29T14:14:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T08:11:26.000Z (over 2 years ago)
- Last Synced: 2025-02-15T00:20:01.236Z (over 1 year ago)
- Language: TypeScript
- Size: 307 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Jump to Recent
A Visual Studio Code extension to manage your recent files - quickly go to or search recently opened files.
Optimize your file browsing with quick access to recently opened files in Visual Studio Code. Similar to InteliJ, PhpStorm, or WebStorm's "browse recent files" feature, this extension sorts your files by most recently opened, making it easier to switch between recent files.
## Features
- Allows you to quickly switch between recently opened files.
- Sorts files by most recently opened.
- Provides quick pick navigation and file deletion options.
## Installation
1. Open Visual Studio Code.
2. Click on the Extensions button on the left side of the window.
3. Search for `Jump To Recent`.
4. Click the Install button.
## Keybindings
The following keybindings can be used in Visual Studio Code:
```
{
"key": "cmd+e",
"command": "jumpToRecent.open"
}
```
To use these keybindings in Visual Studio Code, copy the code block above and paste it into your keybindings.json file.
Note that the keybindings will differ depending on whether you are using a Windows or Mac.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
This project is licensed under the [MIT License](LICENSE).