Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Alpine Language Features (Kocan)New to Visual Studio Code? Get it now.
Alpine Language Features (Kocan)

Alpine Language Features (Kocan)

Preview

Kdu-Code

|
730 installs
| (0) | Free
Language support for Alpine.js
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Alpine Language Features (Experimental)

JavaScript intellisense support for Alpine.js.

Plugin's page on Visual Studio Marketplace

Usage

  1. Create jsconfig.json or tsconfig.json to your Alpine project, and than adding below content.
{
	"compilerOptions": {
		"allowJs": true,
		"jsx": "preserve"
	},
	"include": [
		"PATH_TO_THE_HTML_FILES/**/*.html"
	]
}
  1. (Optional) Install @kdujs/runtime-dom to devDependencies for support html element typs.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft