TailwindCompletions is a sublime-text-3 plugin that provides tailwindcss code completions for HTML, CSS, Vue files.
-
-
Using Git
- Open terminal and change the path to Sublime
Packages
directory.(Preferences > Browse Packages
). - Run
git clone https://github.com/lattespirit/sublime-tailwind-completions.git
. - Done.
- Open terminal and change the path to Sublime
-
Using zip File
- Click the
Preferences > Browse Packages…
menu. - Download the Package file. Unzip and place the whole folder to the path methoned in Step One.
- Rename the folder to
TailwindCompletions
. - Done.
- Click the
-
TailwindCompletions supports specific scopes for HTML, CSS and Vue files as default. If auto-completion popup does not show up, try to detect your current scope(Tools > Developer > Show Scope Name
), and add it to your Preferences.sublime-settings
file.
{
"tailwind_completion_scopes": []
}
- Provide a entry point to generate custom completions from a custom CSS file.