📋 AddTableName

Step 2 — Open routes.js

Open Api/routes.js. Now you'll see two new commands in the VS Code Title Bar: AddTableName and AddTableNameHtml.

AddTableName (Quick Input Box)

Click AddTableName. A VS Code Input Box appears. Enter your layout as FolderName:TableName (e.g., Bills:Bills).

Result: The extension automatically generates the folder structure and endpoint template.
Api │ ├── Bills │ └── end-points.js │ └── routes.js

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