vscode-markdown-link-suggestions icon indicating copy to clipboard operation
vscode-markdown-link-suggestions copied to clipboard

Suggestions break if there is a link in the header

Open lukasbalaz opened this issue 6 years ago • 2 comments

@TomasHubelbauer

In GFM, the suggested link is incorrect

# [Google](https://www.google.com/)

[Suggested link](#googlehttpswwwgooglecom)

[Working link](#google)

lukasbalaz avatar Jan 27 '20 13:01 lukasbalaz

Thanks for the report! I'm not actively supporting this extension right now but I plan on getting around to do a maintenance release soon so I'll take your report into account and try to fix it for the release!

TomasHubelbauer avatar Jan 27 '20 13:01 TomasHubelbauer

Hi! Sorry for not maintaining the extension, I have not been very active on any of my personal projects for a long time now for personal reasons. That being said, VS Code seems to have rolled out a feature called "MarkDown link Intellisense" in a recent release and it should make this extension obsolete! Please check it out and let me know how you feel about it :) https://code.visualstudio.com/updates/v1_64#_markdown-path-intellisense I will likely pull this extension completely if this native feature covers its functionality.

TomasHubelbauer avatar Feb 04 '22 18:02 TomasHubelbauer