-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Add Cmd+V/Ctrl+V paste support for URLs turning them into Markdown links #209610
Labels
feature-request
Request for new features or functionality
insiders-released
Patch has been released in VS Code Insiders
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
Comments
Is this in the PR description or in the comments widget in the editor? |
In the comments widget when commenting a file |
@mjbvz I think you've done work recently to improve the pasting behavior for links in editors where the language is markdown. Do you know if there's a way I can include your markdown pasting work in the comment editor? |
Possible but may be some work. What needs to happen:
|
mjbvz
referenced
this issue
in mjbvz/vscode
Apr 4, 2024
Fixes https://github.com/microsoft/vscode-pull-request-github/issues/5875 For microsoft#209508 Exposes comment input editors as text documents that extensions can see. Enables a few features in them too such as 'paste as' and 'drop into'
vscodenpa
added
unreleased
Patch has not yet been released in VS Code Insiders
insiders-released
Patch has been released in VS Code Insiders
and removed
unreleased
Patch has not yet been released in VS Code Insiders
labels
Apr 5, 2024
To verify:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
feature-request
Request for new features or functionality
insiders-released
Patch has been released in VS Code Insiders
verification-needed
Verification of issue is requested
verified
Verification succeeded
(I haven't found any existing issues, open or closed, on this topic.)
It would be great to handle the Cmd+V/Ctrl+V on a selected text to auto-create a Markdown hyperlink when inserting a URL, just like the Github web UI does.
The text was updated successfully, but these errors were encountered: