Code Stats - A plugin for fun metrics about scripts

I’ve always been a fan of @Crazyman32’s Lines of Code plugin. While lines of code isn’t a good measurement of code quality or work done, it’s always fun to see just how much you’ve typed, and what you spend the most time on. I felt like the original plugin was a bit out of date, so I made my own version from scratch, inspired by the original. It’s also completely free, just like the original.

The plugin

This is what the plugin looks like:

Features:

  • Collapsable categories with additional stats
  • Keyboard heatmap view for what keys are used the most
  • You can make a selection to view stats for only the scripts you want
  • Support for studio themes + the UI can be resized, docked, and undocked
  • The counters count up in realtime and don’t hang studio if you have a lot of code
  • Keeping the window open recalculates the stats whenever you select new objects (w/ setting)

This is what the heatmap view looks like (blue = cold, less used, orange = hot, most used):

Where can I get it?!?

You can get the plugin here:

32 Likes

Very cool! I’ll have to run this on some of my projects for fun. I also get to check if I have enough documentation, so this’ll be useful too.

This is really cool! :stuck_out_tongue: I don’t program much, but I’ll probably still download it to see how much I code. Amazing like always!

I added a heatmap view to the plugin that shows the most pressed keys on the keyboard! :smiley:
Bonus light mode preview for anyone who still uses light mode studio:

6 Likes