From: Mark Otto Date: Thu, 29 May 2025 19:06:58 +0000 (-0700) Subject: Add section to Download page for IntelliSense extension (#41492) X-Git-Tag: v5.3.7~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=195a80686cae9776300f0d6bf036e4ecef89e0e1;p=thirdparty%2Fbootstrap.git Add section to Download page for IntelliSense extension (#41492) --- diff --git a/site/src/content/docs/getting-started/download.mdx b/site/src/content/docs/getting-started/download.mdx index def8bdfb17..4088b79d30 100644 --- a/site/src/content/docs/getting-started/download.mdx +++ b/site/src/content/docs/getting-started/download.mdx @@ -150,3 +150,11 @@ Install-Package bootstrap ```powershell Install-Package bootstrap.sass ``` + +## IntelliSense extension + + + +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. + +View in VS Code Marketplace 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 index 0000000000..073675662b Binary files /dev/null and b/site/static/docs/[version]/assets/img/bootstrap-intellisense-autocomplete.png differ