VSCode extension that provides utilities for better DX using Maersk Design System. Features
Autocompletion for MDS foundations CSS ClassesYou can trigger the autocompletion by pressing ctrl + space on Windows or option + ESC on Mac inside class/className attributes. It also pops up after you press space to concatenate multiple classes. The extension provides intelligent suggestions for MDS foundations CSS classes including:
Inside class/className attributes:
Autocompletion for MDS design tokensThe extension provides autocompletion for MDS design tokens in CSS, SCSS, and other style files(also in framework specific files). It triggers when you start typing a CSS variable with
The autocompletion will show all available MDS design tokens with their values(currently for Maersk light theme only, theme picker coming soon). You can also hover over any MDS design token to see its current value in a tooltip. Autocompletion for MDS iconsThe extension provides autocompletion for MDS icons in components. It triggers when you start typing inside an icon-related attribute or by pressing ctrl + space on Windows or option + ESC on Mac. The extension supports icon completion in the following components and attributes:
InstallationYou can install the extension from the VSCode marketplace. |