2017-08-22 17:18:28 +08:00
2017-03-09 13:20:55 +08:00
2017-03-09 13:20:55 +08:00
2017-03-09 13:20:55 +08:00
2017-03-09 15:10:13 +08:00
2017-03-09 13:20:55 +08:00
2017-03-09 13:20:55 +08:00
2017-04-14 10:59:12 +08:00
2017-03-09 13:20:55 +08:00
2017-03-10 08:48:57 +08:00
2017-08-22 17:18:28 +08:00
2017-08-22 17:18:28 +08:00
2017-03-09 13:20:55 +08:00

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" }

Notice

  • We don't list the files outside the workspace.

How to use

  • press cmd + e (ctrl + e in Windows)
  • press F1 then type Open Recent Files

Screenshot

Screenshot of open recent files


S
Description
No description provided
Readme
2.9 MiB
Languages
JavaScript 100%