Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.21 KB

File metadata and controls

49 lines (29 loc) · 1.21 KB

VSCode extension for datacards from the CMS Combine tool

Features ✨

  • Semantic syntax highlighting for keywords and numbers

    1742490518036

  • Fold blocks within datacards

    1742490518036

  • Comment toggling

    1742490518036

  • Context-aware suggestions for keywords and section dividers

    1742490518036

  • Tooltips for keywords

    1742490518036

  • Breadcrumbs for datacard sections

    1742490518036

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