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