Skip to content

Configuration & Features ​

Features ​

Smart Autocomplete ​

Get intelligent Bootstrap class suggestions as you type.

Autocomplete Feature

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.

CSS Hover Preview

Configuration ​

Status Bar Menu ​

Click the Bootstrap version button in the Status Bar to open the menu:

Bootstrap vX.X.X

Menu options:

  • Select Bootstrap version
  • From local files for offline use
  • Add language support
  • Enable/Disable completion

Select Bootstrap Version ​

Bootstrap Version Selection
  1. Click Status Bar button
  2. Select "Select Bootstrap version"
  3. Choose version (Bootstrap 5, 4, or 3)

Use Local CSS File ​

  1. Click Status Bar button
  2. Select "From local files for offline use"
  3. Browse and select your CSS file

Add Language Support ​

Custom Language Support

From predefined list:

  1. Select "Add language support" → "Select from available languages"
  2. Check/uncheck languages
  3. Press OK

Custom language ID:

  1. Select "Add custom language ID"
  2. Enter language identifier (e.g., astro, mdx)
  3. 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 ​

ProblemSolution
Status Bar button not visibleCheck extension is installed; reload VS Code
Settings not appliedReload VS Code; check JSON syntax
Local file not foundVerify cssFilePath; use relative paths
Language not workingAdd via "Add language support"; check language ID

Made with ❤