Releases: nuxtlabs/vscode-mdc
v0.3.0
🎉 Highlights
The extension provides intelligent auto-completion for MDC components and their props when provided with nuxt-component-meta
module or from custom mdc.componentMetadataURL
in your VS Code project's settings.
Component Names
When typing a colon (:
) at the start of a line, it suggests available component names.

Component props
Within MDC component YAML frontmatter sections (between ---
), it provides contextual property suggestions with proper types and documentation.

Note
To enable component completions set enableComponentMetadataCompletions
to true
in VScode config.
🚀 Enhancements
- Component and prop suggestions (#43)
🩹 Fixes
🏡 Chore
- release: Release v0.3.0 (62edfac)
🤖 CI
- Deploy to open vsx (95a5f06)
❤️ Contributors
v0.2.4
v0.2.3
Important
As of this version, the extension introduces executable code to format and fold documents(#41). Due to this change, VSCode auto-update does not update the extension automatically; you need to manually update it.
🚀 Features
🩹 Bug Fixes
- create
mdc.standalone
to use separately outside of markdown language (45d4f42) - formatting: make formatting opt-in (#45) (58a8bed)
- packaging: properly package dependencies (#46) (545791f)
- standalone: include inline syntax (#42) (96f619c)
❤️ Contributors
Special thanks to @adamdehaven for his work on document formatting and component folding.