diff --git a/editors/vscode/README.md b/editors/vscode/README.md new file mode 100644 index 00000000..c4fb9def --- /dev/null +++ b/editors/vscode/README.md @@ -0,0 +1,6 @@ +# HTMX Toolkit for VS Code + +HTMX Toolkit extension for Visual Studio Code with autocomplete, hover documentation, and snippets. + +- **Marketplace:** https://marketplace.visualstudio.com/items?itemName=atoolz.htmx-vscode-toolkit +- **Source:** https://github.com/atoolz/htmx-vscode-toolkit diff --git a/www/src/assets/img/team/andre.png b/www/src/assets/img/team/andre.png new file mode 100644 index 00000000..41fb4e87 Binary files /dev/null and b/www/src/assets/img/team/andre.png differ diff --git a/www/src/assets/img/thumbnails/docs/editors.svg b/www/src/assets/img/thumbnails/docs/editors.svg new file mode 100644 index 00000000..7d853f58 --- /dev/null +++ b/www/src/assets/img/thumbnails/docs/editors.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/www/src/content/docs/09-editors/01-vscode.md b/www/src/content/docs/09-editors/01-vscode.md new file mode 100644 index 00000000..597d4964 --- /dev/null +++ b/www/src/content/docs/09-editors/01-vscode.md @@ -0,0 +1,22 @@ +--- +title: "VS Code" +description: "HTMX Toolkit extension for Visual Studio Code" +keywords: ["vscode", "visual studio code", "editor", "intellisense", "autocomplete"] +--- + +The [HTMX Toolkit](https://marketplace.visualstudio.com/items?itemName=atoolz.htmx-vscode-toolkit) extension adds htmx support to Visual Studio Code with autocomplete, hover documentation, and snippets. + +## Features + +- Attribute autocomplete for all htmx attributes (`hx-get`, `hx-post`, `hx-target`, etc.) +- Hover documentation with links to the official docs +- Snippets for common htmx patterns +- Support for htmx 2.x and 4.x + +## Installing + +Search for **HTMX Toolkit** in the VS Code Extensions panel, or install from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=atoolz.htmx-vscode-toolkit). + +## Source + +The extension source code is maintained at [atoolz/htmx-vscode-toolkit](https://github.com/atoolz/htmx-vscode-toolkit). diff --git a/www/src/content/docs/09-editors/index.md b/www/src/content/docs/09-editors/index.md new file mode 100644 index 00000000..052aa15c --- /dev/null +++ b/www/src/content/docs/09-editors/index.md @@ -0,0 +1,5 @@ +--- +title: "Editor Support" +description: "IDE plugins and editor extensions for htmx development" +thumbnail: "docs/editors.svg" +--- diff --git a/www/src/content/team.yaml b/www/src/content/team.yaml index 1b9bdeae..8521e160 100644 --- a/www/src/content/team.yaml +++ b/www/src/content/team.yaml @@ -38,4 +38,9 @@ - name: Stu Kennedy image: /src/assets/img/team/stu.png github: bigskysoftware - content: Full-Stack Human, Part-Time AI Whisperer, and HTMX Preacher at Large. \ No newline at end of file + content: Full-Stack Human, Part-Time AI Whisperer, and HTMX Preacher at Large. + +- name: André Ahlert Junior + image: /src/assets/img/team/andre.png + github: andreahlert + content: Building the tools htmx deserves, one extension at a time. \ No newline at end of file