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
810 stars 135 forks source link

feat: Implement "Open in Opposite Group" command #337

Closed sfyr111 closed 3 months ago

sfyr111 commented 3 months ago

Summary

This PR introduces the "Open in Opposite Group" feature, which allows users to open the active editor tab in the opposite editor group with a single command. This functionality enhances navigation efficiency and aligns with similar features found in IntelliJ IDEA.

Changes

Impact

This feature is expected to significantly improve user experience for those working with multiple files across different editor groups, making it easier to compare and edit files side by side.

Testing

Resolves #336

sfyr111 commented 3 months ago

@kasecato ,

Thank you for your review and the valuable feedback. I've made the suggested changes. Please let me know if there's anything else that needs attention or further modification.

I appreciate your guidance!

kasecato commented 3 months ago

I'd personally like to bind and use it. Thanks for your contribution