-
-
Notifications
You must be signed in to change notification settings - Fork 139
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
ctrl+e or cmd+e : Recent files popup [bug] #213
Comments
#213 fix the cmd+e trying to quickly open recent projects
@ZobairQ Hello, I just published |
Thanks for developing this fantastic extension, @kasecato, and thanks to all the contributors for the efforts to keep this extension up to date. I heavily depend on this extension for my daily development! BTW I think I have this problem with the latest vscode ( To be exact, My environment is macOS and vscode remote into Ubuntu. |
v1.4.3 looks perfect! 👏 👏 👏 Thank you for the quick fix! |
Hello @kasecato |
Removing when: quickOpen worked for me. |
Similar happens in the latest vscode, cmd+e is opening recent projects.
extension version: 1.5.0 |
still doesn't work (opens search) in extension version v1.5.4, VS Code 1.73.0 |
Fix #213 that quickOpen cmd+e won't work
Hello,
The cmd +e or ctrl + e does not behave the same way it does inside intellij idea.
Problem Description
In intellij idea cmd + e or ctrl + e will show you a list of recently opened files within the given project. However in VSCODE the short will show you a list of every file opened with VSCODE. This means that you end up opening a whole new project. Especially if you are used to switch between to files with a quick cmd + e
Solution
Instead this shortcut should be mapped to following command
@command:workbench.action.openPreviousEditorFromHistory
This is more like the behaviour found in intellij idea
The text was updated successfully, but these errors were encountered: