Shows C/S badges for Next.js components in VS Code.
- C = Client (has
"use client" )
- S = Server (no directive).
Optional hint: Server files that render client children show a tooltip.
Install (VSIX)
- Download the latest
.vsix from Releases
- In VS Code: Extensions sidebar → "..." menu → "Install from VSIX..."
Dev
npm install
npm run build
F5 # Run Extension (Extension Development Host)
| |