diff --git a/README.md b/README.md index 2821193..c97d066 100644 --- a/README.md +++ b/README.md @@ -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" +} +``` +