Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>IntelliSense Bootstrap 5 by PirulugNew to Visual Studio Code? Get it now.
IntelliSense Bootstrap 5 by Pirulug

IntelliSense Bootstrap 5 by Pirulug

Pirulug

|
4,646 installs
| (0) | Free
Bootstrap 5 IntelliSense for Visual Studio Code. Provides fast and accurate CSS class autocompletion for HTML and PHP, including HTML embedded in PHP strings.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Bootstrap 5 IntelliSense

GitHub package.json version GitHub stars GitHub license GitHub forks

Bootstrap 5 IntelliSense is a lightweight Visual Studio Code extension that provides fast and accurate CSS class autocompletion for Bootstrap 5 projects.

It works seamlessly in HTML and PHP files, including HTML embedded inside PHP strings (echo, print, quoted strings), improving productivity when working with Bootstrap-based layouts.

Features

  • Bootstrap 5 CSS class autocompletion
  • Works in .html and .php files
  • Supports HTML inside PHP strings
  • Smart filtering based on the currently typed class
  • Correct replacement of partial class names
  • Triggers suggestions inside class attributes
  • Lightweight and fast, no runtime dependencies

Supported Languages

  • HTML
  • PHP
  • Other (not tested)

Usage

Start typing Bootstrap classes inside a class attribute.

HTML example:

<div class="btn btn-pr">

PHP example:

<?php
echo "<div class='btn btn-pr'>";

The extension will automatically suggest matching Bootstrap 5 classes.

License

MIT License

Pirulug

Contributing

Issues and pull requests are welcome.

Repository: https://github.com/pirulug/bootstrap5-intellisense

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft