From e0f1798f07d46a8775f36ca91dfd31f2823dc00d Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 3 Jul 2023 12:35:43 +0200 Subject: [PATCH] docs(installation): add example for intellisense in `ui` prop --- docs/content/1.getting-started/2.installation.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/content/1.getting-started/2.installation.md b/docs/content/1.getting-started/2.installation.md index a7d631b0..8df1a543 100644 --- a/docs/content/1.getting-started/2.installation.md +++ b/docs/content/1.getting-started/2.installation.md @@ -85,6 +85,19 @@ Also, the extension won't work when writing classes in your `app.config.ts` by d } ``` +You can also add the following to your `settings.json` to enable IntelliSense when using the `ui` prop: + +```json [settings.json] +{ + "tailwindCSS.classAttributes": [ + "class", + "className", + "ngClass", + "ui" + ] +} +``` + ## Options | Key | Default | Description |