A modular VS Code extension toolkit for developer productivity.
Features
File Size
Displays the current file size in the status bar (right side) and provides a command to inspect file size.
Status bar indicator — automatically shows the size of the active file (e.g. 1.25 KB). Updates when you switch tabs.
"Show File Size" command (DAIO: Show File Size) — logs the file size to the output console.
Nuxt API Route Navigation
Auto-detects Nuxt projects and turns API route paths (e.g. '/api/users', `/api/${id}/export`) into clickable links that jump directly to the corresponding server handler file under server/.