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

Closed
nixsee opened this issue Aug 26, 2020 · 4 comments
Closed

Functions to open link in adjacent/new pane #81

nixsee opened this issue Aug 26, 2020 · 4 comments
Labels
feature New feature or request good first issue Good for newcomers

Comments

@nixsee
Copy link

nixsee commented Aug 26, 2020

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!

@svsool
Copy link
Owner

svsool commented Aug 28, 2020

Thanks for the idea. I think four separate commands could be added, which will be proxied via openDocumentByReference command to cover all cases: openLinkToLeft/Right/Top/Bottom and then shortcuts can be configured. Sounds like a good first issue, I'd wish someone would contribute.

@svsool svsool added the good first issue Good for newcomers label Aug 28, 2020
@nixsee
Copy link
Author

nixsee commented Aug 28, 2020

I wish I knew how to contribute code! Hopefully my ideas are mostly helpful though!

@svsool svsool added the feature New feature or request label Aug 30, 2020
ez4gis referenced this issue in ez4gis/vscode-memo Jan 10, 2021
- open link in the next column of active editor.
- bind to hotkey <kbd>ctrl</kbd> + <kbd>shift</kbd> + <kbd>enter</kbd>.
@ez4gis
Copy link
Contributor

ez4gis commented Jan 10, 2021

My first attempt at this in PR #252. Please review and advise. Thanks.

@svsool
Copy link
Owner

svsool commented Jan 24, 2021

This feature was released in v0.3.3 🚀 . Special thanks go to @ez4gis for implementing it! 👍

@svsool svsool closed this as completed Jan 24, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants