Available Commands
All commands can be accessed via Command Palette (Ctrl+Shift+P).
Project Management
Korus: Refresh ProjectsKorus: Create New Project
Lifecycle
Korus: StartKorus: StopKorus: RestartKorus: Clean
Build
- Clean Build —
mvnw clean compile - Quick Compile —
mvnw compile - Full Build —
mvnw clean install - Verify —
mvnw verify - Package —
mvnw package
Testing
mvnw test— Run all tests
Dependencies
- Show dependency tree
- Resolve dependencies
- Download sources
Information
- Open project info
- Open pom.xml
- Open application.properties
Code Generation
- View Generated Registry
- Count Components
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
| Ctrl+Shift+R | Refresh Projects |
| Ctrl+Shift+N | Create New Project |