You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy the JSON below into .vscode/extensions.json at the root of the target project. VSCode will prompt any user who opens the workspace to install all recommended extensions.
Why the long tailwindCSS.classAttributes list?
Skeleton UI passes Tailwind classes through dozens of non-standard prop names (e.g. regionBody, buttonAction). This list tells the Tailwind IntelliSense extension to activate autocomplete inside those props.
Extensions Reference
Svelte & Frontend
Extension
ID
Version
Description
Svelte for VS Code
svelte.svelte-vscode
109.11.2
Official Svelte language support: syntax highlighting, diagnostics, TypeScript checking, and Prettier formatting for .svelte files. Required for this project.
Svelte Bundle
1yib.svelte-bundle
1.0.0
Bundles additional Svelte utilities and integrations.
Svelte IntelliSense
ardenivanov.svelte-intellisense
0.7.1
Adds IntelliSense for Svelte component props and custom events when importing components.
Svelte Snippets
fivethree.vscode-svelte-snippets
0.5.0
Code snippets for common Svelte patterns ($state, $derived, {#each}, {#if}, etc.).
Tailwind CSS
Extension
ID
Version
Description
Tailwind CSS IntelliSense
bradlc.vscode-tailwindcss
0.14.29
Autocomplete, hover color previews, and linting for Tailwind utility classes. Reads tailwind.config.js for project-specific tokens. Required for this project.
Formatting & Linting
Extension
ID
Version
Description
Prettier
esbenp.prettier-vscode
11.0.0
Opinionated code formatter. Configured via .prettierrc to handle .svelte, .ts, and .js files. Required for this project.
ESLint
dbaeumer.vscode-eslint
3.0.16
Surfaces ESLint errors inline as you type. Reads eslint.config.js. Required for this project.
Git & GitHub
Extension
ID
Version
Description
GitLens
eamodio.gitlens
17.6.2
Inline blame annotations, commit history explorer, branch comparisons, and rich diff views.
GitHub Copilot
github.copilot
1.388.0
AI inline completions (requires active Copilot subscription).
GitHub Copilot Chat
github.copilot-chat
0.32.4
Conversational AI panel for code explanation, refactoring, and generation.
GitHub Pull Requests
github.vscode-pull-request-github
0.120.2
Review and manage GitHub PRs and issues directly in the editor.
AI Coding Agents
Extension
ID
Version
Description
Cline (Claude Dev)
saoudrizwan.claude-dev
3.36.1
Autonomous AI coding agent that can read/write files, run terminal commands, and browse. Connects to Anthropic, OpenAI, and other providers.
Roo Cline
rooveterinaryinc.roo-cline
3.30.3
Fork of Cline with additional agent modes and model routing options.
Docker & Containers
Extension
ID
Version
Description
Docker (Docker Inc.)
docker.docker
0.18.0
Official Docker Desktop integration: container/image management, Compose file support.
Docker (Azure Tools)
ms-azuretools.vscode-docker
2.0.0
Microsoft's Docker extension with container explorer, debugging, and registry support.
Dev Containers
ms-azuretools.vscode-containers
2.2.0
Open any folder inside a Docker container as a full development environment.
Python
Extension
ID
Version
Description
Python
ms-python.python
2025.16.0
Core Python language support: IntelliSense, linting, test discovery, and environment selection.
Pylance
ms-python.vscode-pylance
2025.9.1
Fast, feature-rich Python language server built on Pyright. Provides type-checking and advanced completions.
Debugpy
ms-python.debugpy
2025.14.1
Python debugger extension (replaces the legacy ptvsd).
Python Environments
ms-python.vscode-python-envs
1.10.0
UI for creating and switching between virtual environments and conda envs.
Python Environment Manager
donjayamanne.python-environment-manager
1.2.7
Sidebar view showing all detected Python environments and their packages.
Python Extension Pack
donjayamanne.python-extension-pack
1.7.0
Meta-pack that bundles common Python extensions.
Python Indent
kevinrose.vsc-python-indent
1.21.0
Correct Python indentation on Enter — handles hanging indents and dedents intelligently.
autoDocstring
njpwerner.autodocstring
0.6.1
Generates Python docstrings from function signatures on a single keystroke.
C# & .NET
Extension
ID
Version
Description
C#
ms-dotnettools.csharp
2.93.22
Core C# language support: syntax highlighting, IntelliSense, and navigation.
C# Dev Kit
ms-dotnettools.csdevkit
1.70.3
Solution explorer, test runner, and project management for .NET projects.
.NET Runtime Installer
ms-dotnettools.vscode-dotnet-runtime
2.3.7
Installs the correct .NET runtime version required by other extensions.
IntelliCode for C#
ms-dotnettools.vscodeintellicode-csharp
2.2.3
AI-assisted completions trained on .NET open-source code.
C# Extensions
kreativ-software.csharpextensions
1.7.3
Adds "New C# Class" and "New C# Interface" to the file explorer context menu.
PowerShell
ms-vscode.powershell
2025.4.0
PowerShell language support, debugging, and an integrated console.
IntelliCode
Extension
ID
Version
Description
Visual Studio IntelliCode
visualstudioexptteam.vscodeintellicode
1.3.2
AI-assisted IntelliSense that ranks completions based on your code context.