windicss-intellisense icon indicating copy to clipboard operation
windicss-intellisense copied to clipboard

Implement class regex for custom class name

Open snorreks opened this issue 2 years ago • 1 comments

We are using clsx in our project and with tailwind we could use

	"tailwindCSS.experimental.classRegex": [
		["clsx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
	],

in settings.json to get intellisense.

image

It would be great if windi can also implement this.

snorreks avatar Jun 24 '22 13:06 snorreks

+1. This would also be a desired feature for us

HiggsWRX avatar Sep 14 '22 05:09 HiggsWRX