Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TinywindNew to Visual Studio Code? Get it now.
Tinywind

Tinywind

Ales Menzel

|
1 install
| (0) | Free
Tinywind auto-complete.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Tinywind VSCode extension

Provides autocomplete of class names based on a provided config.

Classes are provided for the following languages

  • Javascript (javascript)
  • Javascript with JSX (javascriptreact)
  • Typescript (typescript)
  • Typescript with JSX (typescriptreact)

The auto-complete triggers for JSX properties in the format /.*[cC]lassName/.

Settings

Name Description Default
tinywind.path Path to a Tinywind configuration file. -

Tinywind config file

The config file should look like

module.exports = {
	classes: [
		{
			name: 'flex',
			css: `.flex {
	display: flex;
}`,
		},
		{
			name: 'flex-1',
			css: `.flex-1 {
	flex: 1;
}`,
			hint: `Element will grow in proportion to other flex children.`,
		},
	],
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft