Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/austenc/vscode-tailwind-docs
Easily access the Tailwind CSS documentation from within VSCode
https://github.com/austenc/vscode-tailwind-docs
Last synced: 3 months ago
JSON representation
Easily access the Tailwind CSS documentation from within VSCode
- Host: GitHub
- URL: https://github.com/austenc/vscode-tailwind-docs
- Owner: austenc
- License: mit
- Created: 2018-02-03T15:38:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T20:18:41.000Z (over 1 year ago)
- Last Synced: 2024-10-03T09:58:31.648Z (4 months ago)
- Language: TypeScript
- Size: 2.84 MB
- Stars: 28
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-engineering - Tailwind Docs - docs)) Go to Tailwind docs directly from the code editor (Awesome Tools / IDEs)
README
# VSCode Tailwind Docs
Easily access Tailwind docs pages from within VSCode
## Features
To use this extension, simply use `⌘ + Shift + P` to open the command palette (`Ctrl` on windows / linux) and search for "Tailwind Docs" or the specific topic you're after. That's it!
Here's an example:
![Extension Preview](img/preview.gif)## Configuration
As of version 2.1.0, the documentation will open in VS Code by default. If you'd like it to open in your system's web browser, uncheck the "Tailwind Docs: Use Simple Browser" setting in your VS Code preferences.
## Development
The files for this extension are generated from the python script `build/build.py`. Run this command to rebuild all extension files:
```
python3 build.py
```