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  @@ -19,7 +19,7 @@ Due to the VSCode `Go to file` command already have this functionality, so I am "command": "workbench.action.quickOpen" } ``` -