]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add section to Download page for IntelliSense extension (#41492)
authorMark Otto <markd.otto@gmail.com>
Thu, 29 May 2025 19:06:58 +0000 (12:06 -0700)
committerGitHub <noreply@github.com>
Thu, 29 May 2025 19:06:58 +0000 (12:06 -0700)
site/src/content/docs/getting-started/download.mdx
site/static/docs/[version]/assets/img/bootstrap-intellisense-autocomplete.png [new file with mode: 0644]

index def8bdfb17be2a730d82e51963dbc2c23daf889b..4088b79d30ef40da89c1f85c492cb7a1ba4b8b60 100644 (file)
@@ -150,3 +150,11 @@ Install-Package bootstrap
 ```powershell
 Install-Package bootstrap.sass
 ```
+
+## IntelliSense extension
+
+<img class="d-block mb-4 img-fluid rounded-3" src="/docs/[[config:docs_version]]/assets/img/bootstrap-intellisense-autocomplete.png" width="573" height="332" alt="" />
+
+Install the community-maintained [IntelliSense extension](https://marketplace.visualstudio.com/items?itemName=hossaini.bootstrap-intellisense) for Visual Studio Code to get IntelliSense auto-completion for Bootstrap classes.
+
+<a href="https://marketplace.visualstudio.com/items?itemName=hossaini.bootstrap-intellisense" class="btn btn-bd-primary">View in VS Code Marketplace</a>
diff --git a/site/static/docs/[version]/assets/img/bootstrap-intellisense-autocomplete.png b/site/static/docs/[version]/assets/img/bootstrap-intellisense-autocomplete.png
new file mode 100644 (file)
index 0000000..0736756
Binary files /dev/null and b/site/static/docs/[version]/assets/img/bootstrap-intellisense-autocomplete.png differ