VSCode Plugin Recent Picker

This plugin allows you to view and pick the recently opened files.

Features

This plugin remember filenames, which you opened in text editors and show last 30 (configurable) of items in picker.

Plugin demo

Extension Settings

Mac

Default configuration of hotkeys:

{
    "key": "cmd+e",
    "command": "recent-picker.open"
}

Windows

{
    "key": "ctrl+e",
    "command": "recent-picker.open"
}