update readme

This commit is contained in:
2017-09-25 10:52:10 +08:00
parent 542568a037
commit bdd8066cce
2 changed files with 21 additions and 0 deletions
+21
View File
@@ -1,4 +1,25 @@
## Notice
Due to the VSCode `Go to file` command already have this functionality, so I am not going to maintain this plugin any more. You can have what you have in Intellij just by modifying the keybindings.json in VSCode
![vscode][https://github.com/wahyd4/vscode-plugin-recent-files/raw/master/update.png]
### Mac
```json
{
"key": "cmd+e",
"command": "workbench.action.quickOpen"
}
```
### Windows
```json
{
"key": "ctrl+e",
"command": "workbench.action.quickOpen"
}
```
<hr>
## Features
This plugin allows you to view the recently opened files. It's just like what you have in Intellij, not the VSCode offers.
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB