VS Code tips — Organizing Markdown link definitions

Publicado el: 23 mayo 2023
en el canal de: 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


En esta página del sitio puede ver el video en línea VS Code tips — Organizing Markdown link definitions de Duración online en buena calidad , que subió el usuario Code 2020 23 mayo 2023, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 1,668 veces y le gustó 20 a los espectadores. Disfruta viendo!