Skip to content

shaizCodes/bootstrap-intellisense

 
 

Repository files navigation

Bootstrap IntelliSense

Important

This repository is a fork that I maintain for small fixes and minor upgrades. For the main project and long-term updates, please use the original repository: https://github.com/aviiceena/bootstrap-intellisense

Bootstrap IntelliSense

Bootstrap IntelliSense is a Visual Studio Code extension that improves Bootstrap development with class autocompletion, hover previews, and version-aware suggestions.

This fork exists to keep compatibility updates moving quickly while still directing users to the official project.

Official Extension Links

About This Fork

I maintain this fork for targeted fixes and minor Bootstrap-version updates. If you are looking for the canonical source, discussions, and broader roadmap, please use the original repository linked above.

Installation

Install via the Visual Studio Code Marketplace →

In order for the extension to activate you must have Bootstrap installed in your workspace.

Activation

The extension will be activated automatically when it's installed.

Features

Smart Autocomplete

Intelligent suggestions for Bootstrap class names. Start typing a class name and the extension suggests matching classes. If suggestions do not appear, press Ctrl + Space.

Bootstrap IntelliSense autocompletes class names

Class Hover Preview

Just hover over a class name to see a preview of the CSS properties.

Bootstrap IntelliSense previews CSS properties for class names

Choose your Bootstrap version

Select the Bootstrap version you are using in your project.

Bootstrap IntelliSense allows Bootstrap version selection

Class Sorting

Sort class lists to keep markup cleaner and easier to scan.

Bootstrap IntelliSense class sorting

Add Custom Language Support

Add custom language support for Bootstrap classes.

Bootstrap IntelliSense allows custom language support for Bootstrap classes

Known Issues

If you find a bug related to this fork, open an issue in this repository. For official extension issues and feature requests, please use: https://github.com/aviiceena/bootstrap-intellisense/issues

Contributing

Contributions to this fork are welcome for minor fixes, compatibility updates, and maintenance improvements. If your contribution is larger in scope, please consider opening it against the original repository.

Requirements

This extension requires VS Code version 1.67.1 or higher.

Enjoy!

About

VS Code extension supporting Bootstrap v5.3.8

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages

  • TypeScript 96.7%
  • JavaScript 3.3%