less than 1 minute read

Analysis version 1.134.0 is live and ready for download. This version brings the following:

Added 🚀

  • Add new UnifiedParser that is based on treesitter and works without external tools #4070
    • Currently supported Languages (will be further extended):
      • Javascript
      • Typescript
      • Java
      • Kotlin
      • C#
      • Python
    • Currently supported Metrics (will be further extended):
      • Complexity
      • Comment lines
      • Lines of code
      • Real lines of code
    • It is also available when calling the ccsh without parameters #4102
  • Add auto-completing file input to all interactive dialogs #4081

Fixed 🐞

  • Fix progressbar sometimes showing parts of previous filenames #4111