Write documentation faster with autocomplete for viabl components, props, and frontmatter — right inside VS Code. No more flipping back to the docs to remember component syntax.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Write documentation faster with autocomplete for viabl components, props, and frontmatter — right inside VS Code. No more flipping back to the docs to remember component syntax.
Features
This extension provides rich autocompletion and hover information for viablkit components when editing MDX files.
Component Autocomplete: Type < to get instant suggestions for viabl components like Card, Callout, Steps, and more.
Prop Suggestions: Inside a component tag, get intelligent suggestions for available props, their types, and whether they are required.
Inline Documentation: Read component and prop descriptions without leaving your editor.
Smart Snippets: Autocompletes component tags with boilerplate structure and default prop choices.