vscode
Vscode Snippets

Visual Studio Code Snippets for MMO

Lists down all available snippets as part of this project. All snippets have a mtd- prefix so you can start typing that to bring up available snippets

Snippet generator

Use the below cool tool to generate snippets for vsCode.

https://snippet-generator.app/ (opens in a new tab)

Once generated, paste the snippet into .vscode/ui.code-snippets

Make sure to update the entry table below as well.

API Reference

Get all items

Short codeDescriptionAuthorDate AddedDate Modified
mtd-page-newCreate a new page boilerplate code. This will render a page title, breadcrumbs, primary/secondary actions@ermandeepsidhuDec 2023Dec 2023
mtd-page-titleTo set the document title (HTML Head.title)@ermandeepsidhuDec 2023Dec 2023
mtd-new-componentCreate a new reusable component
mtd-ui-new-page-settingsCreate a new settings page with boilerplate code
mtd-ui-modal-newCreate a new modal boilerplate code
mtd-ui-modal-delete-confirmationCreate a new delete confirmation modal boilerplate code
mtd-ui-layout-annotatedCreate a new Layout with annotated section