VSCode extension for datacards from the CMS Combine tool
April 11, 2025 · View on GitHub
Features ✨
-
Semantic syntax highlighting for keywords and numbers

-
Fold blocks within datacards

-
Comment toggling

-
Context-aware suggestions for keywords and section dividers

-
Tooltips for keywords

-
Breadcrumbs for datacard sections

Coming soon 🔜
- Auto-aligning table columns
- Sticky scrolling for table headings
Installation 🧑💻️
To install this extension from the marketplace, launch VSCode, press Ctrl+P and paste the following:
ext install cms-combine-datacard
To build and install this extension locally:
npm install --save-dev @vscode/vsce
npx vsce package
code --install-extension cms-combine-datacard-<version>.vsix