mirror of
https://github.com/wahyd4/vscode-plugin-recent-files.git
synced 2026-08-09 04:36:04 +10:00
4a61f3a4926c9de7ee97a093840d69eb87c00acc
Features
This plugin allows you to view the recently opened files. It's just like what you have in Intellij, not the VSCode offers.
We encourage you to use cmd + e or ctrl + ekeys in windows to trigger this feature. So you might want to update your keybindings.json to replace the VSCode's default Open Recent behavior.
{ "key": "cmd+e", "command": "extension.openRecentFiles" },
{ "key": "ctrl+e", "command": "workbench.action.openRecent" }
How to use
- press
cmd+e(ctrl+ein Windows) - press
F1then typeOpen Recent Files
Screenshot
Languages
JavaScript
100%
