-
Notifications
You must be signed in to change notification settings - Fork 34.9k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugmarkdownMarkdown support issuesMarkdown support issuesverifiedVerification succeededVerification succeeded
Milestone
Description
Testing #186236
Imagine that I am a user that is unaware of the cool new feature that we have. I just wrote the following
[Microsoft](*)
, and the cursor is at the * location and I now want to paste https://microsoft.com
. What I will get is
[Microsoft]([Title](https://www.microsoft.com/))
Can we be a bit smarter to handle this case? Some heuristics we could potentially apply:
- Do not format URL on paste if you are in the middle of a word
- Do not format URL if you are inside a link
carlocardella, gregvanl, LeaVerou, alexweininger and zhouxinghong
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugmarkdownMarkdown support issuesMarkdown support issuesverifiedVerification succeededVerification succeeded