Skip to main content

Available Commands

All commands can be accessed via Command Palette (Ctrl+Shift+P).

Project Management

  • Korus: Refresh Projects
  • Korus: Create New Project

Lifecycle

  • Korus: Start
  • Korus: Stop
  • Korus: Restart
  • Korus: 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

ShortcutAction
Ctrl+Shift+RRefresh Projects
Ctrl+Shift+NCreate New Project