Skip to main content

How to Use Korus Framework Tool

1. Open the Dashboardโ€‹

Click the Korus icon in the VS Code Activity Bar.

2. Create Your First Projectโ€‹

  • Click the + button in the Projects section
  • Enter project details
  • Click Create Project
  • Your project appears instantly

3. Manage Your Project Lifecycleโ€‹

  • Select your project
  • Navigate to Lifecycle
  • Use:
    • โ–ถ๏ธ Start
    • โน๏ธ Stop
    • ๐Ÿ”„ Restart
    • ๐Ÿงน Clean

4. Build Your Projectโ€‹

Go to Build & Compilation and choose:

  • Quick Compile
  • Full Build
  • Clean Build
  • Verify
  • Package

Terminal logs appear automatically.

5. Manage Source Filesโ€‹

  • Expand Source Files
  • Browse package structure
  • Create new Java classes
  • Create new packages
  • Rename / delete with context menu

6. Run Testsโ€‹

  • Open Testing
  • Click Run All Tests
  • View results in terminal

7. Explore Dependenciesโ€‹

  • Open Dependencies
  • Display dependency tree
  • Resolve issues
  • Download sources

8. View Project Informationโ€‹

  • View full metadata
  • Open pom.xml
  • Edit application.properties
  • Track component statistics

9. Code Generation Insightsโ€‹

  • View generated registry
  • Count components
  • Track project expansion