kasecato / vscode-intellij-idea-keybindings

Port of IntelliJ IDEA key bindings for VS Code.
https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings
MIT License
817 stars 135 forks source link

Update the shift shift 'Search Anywhere' command to call quickOpen #218

Closed a-stewart closed 3 years ago

a-stewart commented 3 years ago

Shift shift in IntelliJ allows you to search for file names and symbols.

Whilst it isn't an exact match, workbench.action.quickOpen allows you to search by file name, and if you know the file name, also search for symbols using @.

It's not as powerful as the IntelliJ search, but I think it is a better match than bringing up the command palette?

kasecato commented 3 years ago

Thank you very much! Maybe another user is going to create a new issue, and we can discuss it together about shift shift!

kasecato commented 3 years ago

I just released v1.4.5, please check it

a-stewart commented 3 years ago

1.4.5 has just pulled through for me and works as expected - thanks :)