Java MVC Generator is a Visual Studio Code extension that automatically scaffolds a clean Model-View-Controller project structure in Java — perfect for students learning software design patterns.
Features
Generates a full MVC folder structure in seconds
Creates Model, View, and Controller classes with your custom properties
Automatically generates getters, setters, constructors, and toString()
Includes a fully functional Main.java with a CRUD menu ready to run
Supports any Java data types (String, int, double, boolean, etc.)
How to use
Open a project folder in VS Code
Press Ctrl+Shift+P to open the Command Palette
Type Generar MVC Java and press Enter
Enter the model name (e.g. Student)
Enter the properties in name:Type format separated by commas