https://github.com/roberthgnz/bulma-css-class-completion
Visual Studio Code extension that provides CSS class name completion for the HTML class attribute based on Bulma CSS classes.
https://github.com/roberthgnz/bulma-css-class-completion
bulma css css-completion hacktoberfest project visual-studio-extension vscode
Last synced: 5 months ago
JSON representation
Visual Studio Code extension that provides CSS class name completion for the HTML class attribute based on Bulma CSS classes.
- Host: GitHub
- URL: https://github.com/roberthgnz/bulma-css-class-completion
- Owner: roberthgnz
- License: mit
- Created: 2021-09-08T23:13:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T22:58:51.000Z (6 months ago)
- Last Synced: 2024-11-07T17:45:59.422Z (5 months ago)
- Topics: bulma, css, css-completion, hacktoberfest, project, visual-studio-extension, vscode
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=reliutg.bulma-css-class-completion
- Size: 142 KB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - roberthgnz/bulma-css-class-completion - Visual Studio Code extension that provides CSS class name completion for the HTML class attribute based on Bulma CSS classes. (TypeScript)
README
[](https://marketplace.visualstudio.com/items?itemName=reliutg.bulma-css-class-completion)
[](https://github.com/roberthgnz/bulma-css-class-completion)
[](https://twitter.com/roberthgnz)
[](https://www.buymeacoffee.com/eliut505)# Bulma CSS Class Completion
Visual Studio Code extension that provides CSS class name completion for the HTML class attribute based on Bulma CSS classes.

## Why use it?
Completion based on the parent class. Your workflow will be faster and you will avoid the headache of searching for all available classes.
If the attribute has a parent class like "card", it will suggest classes based on the parent, otherwise it will display the list of all available classes.
> 🚧 Work in progress (in low priority, contributions welcome!).