This is snippets library for the code for the React component library.
This is repo contains the source code for the code snippet and the package. Cuurently the snippets are in Javascript only. TS snippets to be added later on.
Currently this extension is not on the VSCode marketplace and can be installed from command line or vscode.
curl -o mds-snippets.vsix https://raw.githubusercontent.com/satyamyadav/mds-snippets/main/mds-snippets-0.0.2.vsix | code --install-extension mds-snippets.vsix && rm mds-snippets.vsix
wget https://raw.githubusercontent.com/satyamyadav/mds-snippets/main/mds-snippets-0.0.2.vsix && code --install-extension mds-snippets-0.0.2.vsix && rm mds-snippets-0.0.2.vsix
code --install-extension mds-snippets-0.0.2.vsix
npm run install:plugin