Editor setup 1.2.2
VelinStyle is plain CSS — no PostCSS plugin required. These editor tips improve discovery and consistency. Deutsch: Editor-Einrichtung
Maturity: Class IntelliSense against shipped CSS is stable.
Feeding agents
velin-agent.json / llms.txt is beta / foundation.
When to use
- Enable CSS class completion against
velinstyle.min.cssorsrc/. - Point coding agents at Velin-Meta and the Utilities API.
When not
- Do not install a Tailwind IntelliSense plugin expecting
hover:variants — VelinStyle uses a different model.
VS Code
Enable suggestions inside class attributes: "editor.quickSuggestions": {{ "strings": true }}. Use the HTML CSS Support extension for class name hints.
Browse the full class list in Utilities API or validate markup with npx velinstyle scan.
Snippets
Add user snippets for common patterns: velin-btn velin-btn--primary, velin-container, velin-field.
Formatting
Prettier works well for HTML. VelinStyle does not require a specific class order.