VSCode extension for datacards from the CMS Combine tool
-
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
- Auto-aligning table columns
- Sticky scrolling for table headings
To install this extension from the marketplace, launch VSCode, press Ctrl+P and paste the following:
ext install cms-combine-datacardTo build and install this extension locally:
npm install --save-dev @vscode/vsce
npx vsce package
code --install-extension cms-combine-datacard-<version>.vsix 




