Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
add troubleshooting section to readme
Brad Cornes <bradlc41@gmail.com>
4 years ago
1 changed files, 8 additions(+), 0 deletions(-)
M README.md -> README.md
diff --git a/README.md b/README.md
index 531a2b681261531058002e7db7c220ba1435794b..f8741c84e53b8795dcd2fc85fb6333d181a0a8f5 100644
--- a/README.md
+++ b/README.md
@@ -85,3 +85,11 @@
 #### `tailwindCSS.lint.cssConflict`
 
 Class names on the same HTML element which apply the same CSS property or properties. **Default: `warning`**
+
+## Troubleshooting
+
+If you’re having issues getting the IntelliSense features to activate, there are a few things you can check:
+
+- Ensure that you have a Tailwind config file in your workspace and that this is named `tailwind.config.js` or `tailwind.js`. Check out the Tailwind documentation for details on [creating a config file](https://tailwindcss.com/docs/installation/#3-create-your-tailwind-config-file-optional).
+- Ensure that the `tailwindcss` module is installed in your workspace, via `npm`, `yarn`, or `pnpm`. Tailwind CSS IntelliSense does not currently support Yarn Plug'n'Play.
+- If you installed `tailwindcss` or created your config file while your project was already open in Visual Studio Code you may need to reload the editor. You can either restart VS Code entirely, or use the `Developer: Reload Window` command which can be found in the command palette.