Features
Auto-Next Automates your Next.js development workflow with these features.
Automatic Development Server
NextDev Launcher automatically runs npm run dev
when VS Code starts if a workspace is open. No more manual terminal commands to start your development server.
- Saves time on every development session
- Configurable to run on workspace open or on demand

Smart Server Detection
The extension intelligently waits until your Next.js dev server is fully ready before launching the browser. No more "Connection Refused" errors or blank pages.
- Monitors server output for ready state
- Ensures browser only opens when app is ready to serve

Dynamic Port Detection
Automatically detects and opens the correct URL in your browser, even if Next.js uses a non-standard port due to port conflicts.
- Handles port 3000, 3001, or any other port Next.js selects
- Works with custom port configurations
