-
-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cmd+E opens Recent Projects popup instead of current project's Recent Files #97
Comments
…popup + fix Too many actions bound to the shortcut stopped it from working. I removed two default bindings 'actions.find' and 'workbench.action.openRecent'. The shortcut now works as expected.
I suppose a further discussion should take place. After working with 'Open Next Recently Used Editor In Group' action under |
#97 - Changed CMD+E to show Recent Files not Recent Projects popup
@spik3s Thanks for your report and PR! I did released today. Please check it. |
@antoniopaisfernandes thanks. I will fix it. |
I think @spik3s suggestions is right, it is close to the operation of Intellij. I don't change this. |
Are you sure ctrl+e is operating as it should right now? ctrl+e opens a list of recent files in Intellij. With this extension it opens a list of recent projects. This seems very different compared to what Intellij does. |
Agree |
I remapped the key to command: "Go to File..." (which is |
In IntelliJ IDEA editors
CMD+E
opens a list of recently active files/tabs of currently opened project. Repeated keypresses navigate to next file on the list.Meanwhile, currently in VSCode after applying the IntelliJ IDEA keybindings
CMD+E
opens a popup list of recent projects.The closest behaviour to IntelliJ's
CMD+E
is 'Open Next Recently Used Editor In Group' command (CTRL+TAB
by default).The text was updated successfully, but these errors were encountered: