Tailwind Color Suggester is a VS Code extension designed to enhance your development workflow with Tailwind CSS. It helps you quickly find and use Tailwind CSS color names based on hex codes directly within your code editor.
- Color Suggestions: Suggests Tailwind CSS color names when you start typing a hex color code.
- Hover Preview: Shows Tailwind color names when you hover over a hex color code.
- Automatic Updates: Reflects changes in your
tailwind.config.jsfile in real-time.
- Open VS Code.
- Go to Extensions (
Ctrl+Shift+XorCmd+Shift+Xon Mac). - Search for "Tailwind Color Suggester".
- Click Install.
When you type a hex color code (e.g., #ff5733), the extension will suggest Tailwind color names that match the code.
Hover over any hex color code in your code to see the corresponding Tailwind color name.
- Node.js (>= 14.x)
- Visual Studio Code
- VS Code Extension Development Dependencies
-
Clone the Repository:
git clone https://github.com/HimanshuJain04/Tailwind-Color-Suggester cd tailwind-color-suggester -
Install Dependencies:: npm install
-
Build the Extension:: npm run build
-
Run the Extension:: Press F5 to open a new VS Code window with the extension loaded.
For any questions or feedback, please contact:
Author: Himanshudev
Email: [email protected]
GitHub: HimanshuJain04