The IntelliJ Bootstrap plugin for Bootstrap 5, based on the work by @bodiam and @cif2cif.
It currently supports Bootstrap 5 and PHPStorm.
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Bootstrap 5 Templates" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
To use the plugin, open an editor, and start typing bs5- for Bootstrap 5 templates followed by pressing CMD+J. A list of templates will show up. Alternatively, you can type e.g. alert, followed by CMD+J, to immediately show only the alert templates.
Plugin based on the IntelliJ Platform Plugin Template.