📋 StartEndPoint Documentation

📋 StartEndPoint

Open app.js. You'll see a new button in the VS Code Title Bar: StartEndPoint. Click it.

Result: An HTML page opens for endpoint generation setup.

Create API Folder

The extension prompts for a New Folder Name (e.g., Api), then click StartEndPoint.

Project │ ├── Api │ └── routes.js │ ├── app.js │ └── ...
app.js is automatically updated: The extension automatically imports and connects the newly created route.
import setupRoutes from "./routes.js"; setupRoutes(app);
No manual editing required!

Support and links

Project links and the marketplace listing.

Resource Link
GitHub Repository https://github.com/keshavsoft/vs-code-ext-from-any-js
VS Code Marketplace View Extension Marketplace Listing
Node.js Express.js VS Code Extension Endpoint Generator JavaScript