vscode-markdown-link-suggestions
vscode-markdown-link-suggestions copied to clipboard
Ability to ignore certain links
@TomasHubelbauer
Nice extension but it reports error on links that are not meant to be files. I'd love to be able to ignore such links or it should be a default behavior.
I want the following to be ignored by default
*Check out the detailed guide on [Getting Started →](/guide)*
The only fix is that I convert it to a different syntax (WHICH IS NOT ALWAYS POSSIBLE):
*Check out the detailed guide on [Getting Started →][guide]*
[guide] : /guide/
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.