-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Functions to open link in adjacent/new pane #81
Comments
Thanks for the idea. I think four separate commands could be added, which will be proxied via openDocumentByReference command to cover all cases: |
I wish I knew how to contribute code! Hopefully my ideas are mostly helpful though! |
- open link in the next column of active editor. - bind to hotkey <kbd>ctrl</kbd> + <kbd>shift</kbd> + <kbd>enter</kbd>.
My first attempt at this in PR #252. Please review and advise. Thanks. |
This feature was released in v0.3.3 🚀 . Special thanks go to @ez4gis for implementing it! 👍 |
I'm aware that there is a VS Code command/shortcut for moving a file to another editor pane, but it would be nice if we could Ctrl+Shift+Click or Ctrl+Shift+Enter to open a link in the adjacent pane. Perhaps Ctrl+Alt+Shift+Click to open in a new pane as well, or however we choose to configure it.
Thanks!
The text was updated successfully, but these errors were encountered: