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

Cmd+E opens Recent Projects popup instead of current project's Recent Files #97

Closed
spik3s opened this issue Dec 6, 2017 · 8 comments
Closed
Assignees
Milestone

Comments

@spik3s
Copy link
Contributor

spik3s commented Dec 6, 2017

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).

spik3s added a commit to spik3s/vscode-intellij-idea-keybindings that referenced this issue Dec 6, 2017
spik3s added a commit to spik3s/vscode-intellij-idea-keybindings that referenced this issue Dec 7, 2017
…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.
@spik3s
Copy link
Contributor Author

spik3s commented Dec 8, 2017

I suppose a further discussion should take place. After working with 'Open Next Recently Used Editor In Group' action under CMD+E for last two days, now I'm considering if maybe switching to 'Quick Open' and workbench.action.quickOpenNavigateNextInFilePicker command would be a better alternative? (under CMD+P by default ). Drawback is that CMD+P requires a double keypress to navigate to the next (previously opened) file.

@kasecato kasecato self-assigned this Dec 9, 2017
@kasecato kasecato modified the milestones: v0.2.18, v0.2.17 Dec 9, 2017
kasecato added a commit that referenced this issue Dec 19, 2017
#97 - Changed CMD+E to show Recent Files not Recent Projects popup
@kasecato
Copy link
Owner

@spik3s Thanks for your report and PR! I did released today. Please check it.

@antoniopaisfernandes
Copy link

Had to downgrade to 0.2.16:

image

image

@kasecato
Copy link
Owner

@antoniopaisfernandes thanks. I will fix it.

@kasecato
Copy link
Owner

I think @spik3s suggestions is right, it is close to the operation of Intellij. I don't change this.

@DaanDeMeyer
Copy link

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.

@mostafaznv
Copy link

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
Is there any workaround?

@bcho
Copy link

bcho commented Oct 5, 2020

I remapped the key to command: "Go to File..." (which is cmd+p before)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants