This extension allows you to manage Go-Web framework commands from your Visual Studio Code installation.
To create a new Go-Web project:
- Open the Command Palette (Ctrl+Shift+P (Cmd+Shift+P on macOS)).
- Select the Go-Web: New Project command and press Enter.
- Select a Project location.
The following commands are presents in this extension:
- Go-Web: Create controller
- Go-Web: Create middleware
- Go-Web: Create model
- Go-Web: Create migration
- Go-Web: Create command
- Go-Web: Create async job