Skip to content
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

Closed
ZobairQ opened this issue Mar 12, 2021 · 9 comments
Closed

ctrl+e or cmd+e : Recent files popup [bug] #213

ZobairQ opened this issue Mar 12, 2021 · 9 comments
Assignees
Labels
Milestone

Comments

@ZobairQ
Copy link
Contributor

ZobairQ commented Mar 12, 2021

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

ZobairQ added a commit to ZobairQ/vscode-intellij-idea-keybindings that referenced this issue Mar 12, 2021
@kasecato kasecato self-assigned this Mar 13, 2021
@kasecato kasecato added the bug label Mar 13, 2021
@kasecato kasecato added this to the v1.4.1 milestone Mar 13, 2021
kasecato added a commit that referenced this issue Mar 14, 2021
#213 fix the cmd+e trying to quickly open recent projects
@kasecato
Copy link
Owner

@ZobairQ Hello, I just published v1.4.1. Please check it.

@gfx
Copy link

gfx commented Mar 18, 2021

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 (Version: 1.54.3) and the latest extension (1.4.2).

To be exact, ⌘+e opens the "search files by name" selector, instead of quick open or open recent projects.

My environment is macOS and vscode remote into Ubuntu.

kasecato added a commit that referenced this issue Mar 18, 2021
@kasecato kasecato modified the milestones: v1.4.1, v1.4.3 Mar 18, 2021
@kasecato
Copy link
Owner

Thank you so much for using this extension @gfx .

I just fixed and released it in v.1.4.3. Please check it 🙇

CC: @ZobairQ

@gfx
Copy link

gfx commented Mar 18, 2021

v1.4.3 looks perfect! 👏 👏 👏

Thank you for the quick fix!

@kasecato
Copy link
Owner

Thank you for your support. This is just my cat photos 🐾

DSE09196

DSE09201

@ZobairQ
Copy link
Contributor Author

ZobairQ commented Mar 18, 2021

Hello @kasecato
Thank you for your efforts, I just installed 1.4.3 and it seem to be reverting my changes and cmd + e show me a list of edited projects rather than showing me the history. However if you are in quickopen, let's you do cmd + shift + P then you press cmd + e you get that history that we are requesting. if I am not mistaken then you should remove the when: quickOpen part and it should work

@kasperpeulen
Copy link
Contributor

Removing when: quickOpen worked for me.

@kaichaosun
Copy link

Similar happens in the latest vscode, cmd+e is opening recent projects.

Version: 1.62.3 (Universal)
Commit: ccbaa2d27e38e5afa3e5c21c1c7bef4657064247
Date: 2021-11-17T07:59:13.865Z (6 days ago)
Electron: 13.5.2
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Darwin arm64 21.1.0

extension version: 1.5.0

@phil-bl
Copy link

phil-bl commented Nov 10, 2022

still doesn't work (opens search) in extension version v1.5.4, VS Code 1.73.0

@kasecato kasecato modified the milestones: v1.4.3, v1.5.14 Feb 23, 2024
kasecato added a commit that referenced this issue Feb 23, 2024
kasecato added a commit that referenced this issue Feb 23, 2024
Fix #213 that quickOpen cmd+e won't work
@kasecato kasecato reopened this Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants