From a550bc4a3412b01b3109d1efda3b485caa2360cb Mon Sep 17 00:00:00 2001 From: Junv Zhao Date: Sun, 8 Apr 2018 13:46:40 +1000 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1efb661..cb8303f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## 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 already had in Intellij just by modifying the keybindings.json in VSCode +Due to the VSCode `Go to file` command already have this functionality, so I am not going to maintain this plugin any more. The only difference is VSCode will list the current file at the top of the list, but Intellij will ignore current file. You can have what you already had in Intellij just by modifying the keybindings.json in VSCode ![vscode](https://github.com/wahyd4/vscode-plugin-recent-files/raw/master/update.png) @@ -19,7 +19,7 @@ Due to the VSCode `Go to file` command already have this functionality, so I am "command": "workbench.action.quickOpen" } ``` -
+ ## Features This plugin allows you to view the recently opened files. It's just like what you have in Intellij, not the VSCode offers.