VS Code tips — Organizing Markdown link definitions

Published: 23 May 2023
on channel: Code 2020
1,668
20

Using reference links in your Markdown? VS Code can help you keep your link definitions nice looking with the 'Organize link definitions' source action. This both removes unused link definitions and also sorts the link definitions to a single block at the bottom of the file

You can even run this action automatically on save with `editor.codeActionsOnSave`

"editor.codeActionsOnSave": {
"source.organizeLinkDefinitions": true
}

#vscode #markdown


On this page of the site you can watch the video online VS Code tips — Organizing Markdown link definitions with a duration of online in good quality, which was uploaded by the user Code 2020 23 May 2023, share the link with friends and acquaintances, this video has already been watched 1,668 times on youtube and it was liked by 20 viewers. Enjoy your viewing!