
Webflow Plugins
- Updated January 6, 2026
- leo-petrucci/webflow-typescript-lsp
webflow-plugins is a Claude Code marketplace whose typescript-lsp plugin connects typescript-language-server so developers get TypeScript and JavaScript language features inside Claude Code.
About
webflow-plugins is a Claude Code marketplace from Webflow that ships the typescript-lsp plugin for TypeScript and JavaScript language server integration. It launches typescript-language-server over stdio and maps common web extensions to the right language IDs so Claude Code can offer LSP features while you edit frontend code. Use it when you work on Webflow or similar TS/JS codebases inside Claude Code and want standard editor intelligence without manual LSP setup.
- Registers typescript-language-server over stdio in Claude Code
- Maps .ts, .tsx, .js, .jsx, .mjs, and .cjs to correct language IDs
- Published as webflow-plugins marketplace entry typescript-lsp v1.0.0
- Max three automatic server restarts on failure
- Minimal plugin focused on LSP wiring for Webflow TypeScript work
Webflow Plugins by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add leo-petrucci/webflow-typescript-lspAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| Last updated | January 6, 2026 |
|---|---|
| Repository | leo-petrucci/webflow-typescript-lsp ↗ |
How do I get TypeScript and JavaScript completions and diagnostics inside Claude Code for my Webflow project files?
Add TypeScript and JavaScript LSP support in Claude Code for .ts, .tsx, .js, and .jsx files in Webflow projects.
Who is it for?
Frontend developers editing .ts, .tsx, .js, or .jsx files in Claude Code who need standard LSP support.
Skip if: Backend-only projects, languages outside TypeScript and JavaScript, or teams not using Claude Code LSP plugins.
What you get
Activates typescript-language-server with mapped file extensions so Claude Code can provide LSP-backed navigation, diagnostics, and completions.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
Which file extensions are supported?
.ts, .tsx, .js, .jsx, .mjs, and .cjs map to TypeScript, TypeScript React, or JavaScript language IDs.
What server does the plugin launch?
It runs typescript-language-server with --stdio transport and allows up to three restarts.
Is this only for Webflow employees?
The marketplace is published by Webflow but the LSP plugin works for any Claude Code project needing TypeScript and JavaScript server support.