vscode-markdown-languageservice
vscode-markdown-languageservice copied to clipboard
Add "Convert to reference link" refactoring
Feature request
Add a quick fix on links that goes from:
[text](http://example.com)
to
[text][ref] and rename should be triggered here after change
[ref]: http://example.com