Any way to see total lines of code in a project?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Tato64

It’s been a year since i first picked up godot, and just last night i was contemplating my main project thinking “What?! when did i learn how to code?!”

So, out of curiosity, i wanted to know if there’s a way to find out the total amount of lines across my whole project… I could always sum the lines from every script but when you’re reaching ~20 scripts it gets tedious, so, is there?

:bust_in_silhouette: Reply From: Calinou

You can use the tokei command line tool to achieve this with programs written in almost any language, including GDScript and C#.