Configuration & Features ​
Features ​
Smart Autocomplete ​
Get intelligent Bootstrap class suggestions as you type.

TIP
Press Ctrl+Space (or Cmd+Space on macOS) to manually trigger autocomplete.
CSS Hover Preview ​
Hover over any Bootstrap class to see its CSS properties.

Configuration ​
Status Bar Menu ​
Click the Bootstrap version button in the Status Bar to open the menu:
Bootstrap vX.X.XMenu options:
- Select Bootstrap version
- From local files for offline use
- Add language support
- Enable/Disable completion
Select Bootstrap Version ​

- Click Status Bar button
- Select "Select Bootstrap version"
- Choose version (Bootstrap 5, 4, or 3)
Use Local CSS File ​
- Click Status Bar button
- Select "From local files for offline use"
- Browse and select your CSS file
Add Language Support ​

From predefined list:
- Select "Add language support" → "Select from available languages"
- Check/uncheck languages
- Press OK
Custom language ID:
- Select "Add custom language ID"
- Enter language identifier (e.g.,
astro,mdx) - Press Enter
Enable/Disable ​
Toggle extension via Status Bar menu: "Enable/Disable completion"
Advanced Settings (settings.json) ​
Open: Ctrl+Shift+P → "Preferences: Open User Settings (JSON)"
json
"bootstrapIntelliSense": {
"enable": true,
"bsVersion": "5.3.7",
"useLocalFile": false,
"cssFilePath": "",
"languageSupport": ["html", "typescript", "typescriptreact", "angular"]
}Troubleshooting ​
| Problem | Solution |
|---|---|
| Status Bar button not visible | Check extension is installed; reload VS Code |
| Settings not applied | Reload VS Code; check JSON syntax |
| Local file not found | Verify cssFilePath; use relative paths |
| Language not working | Add via "Add language support"; check language ID |
