lattespirit / sublime-tailwind-completions

TailwindCompletions is a sublime plugin that provides TailwindCSS auto completions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SublimeTalwindCompletions

TailwindCompletions is a sublime-text-3 plugin that provides tailwindcss code completions for HTML, CSS, Vue files.

Installation

  • Manual Installation

    • 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.
    • 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.

Configuration

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": []
}

TODO

  • Provide a entry point to generate custom completions from a custom CSS file.

About

TailwindCompletions is a sublime plugin that provides TailwindCSS auto completions.


Languages

Language:Python 100.0%