Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Stitches.dev code snippetsNew to Visual Studio Code? Get it now.
Stitches.dev code snippets

Stitches.dev code snippets

idirmosh

|
2,531 installs
| (1) | Free
snippets code snippets for vscode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Stitches.dev code snippets

vscode extension contains code snippets for stitches.dev

Supported languages

  • JavaScript (.js)
  • TypeScript (.ts)
  • JavaScript React (.jsx)
  • TypeScript React (.tsx)

Usage

stc→ : Creates a Stitches CSS styles

const name = css({
  padding: "0",
});

stg→ : Creates a Global Stitches CSS styles

const globalStyles = globalCss({
    '*': {
        margin: '0',
        padding: '0'
    });

This is an uncomplete extetenstion ill be updating it whenever i have time. if you use stitches.dev and you want to make it easier for other developer top not worry about typing the same code over and over again feel free to clone this repo and add other snippets ill be happy to review and merge.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft