Editor/Start Project
Editor
Create a new ApiHug project from the IntelliJ plugin wizard.
Use this flow when you want to bootstrap a fresh ApiHug project from IntelliJ instead of assembling the project structure by hand.
File -> New -> Project.ApiHug in the project wizard.Spring WebCreate, then open the generated project.The wizard will generate an ApiHug-ready project skeleton with the expected module layout, baseline build files, and starter runtime configuration.
You finish with a runnable ApiHug project that is ready for proto design, wire generation, and plugin-assisted editing.