This is a tool that can be used to count the number of lines in each function in every file of your project.
Try the demo,
or import the example project and run it at local.
The following file types are currently supported.
Javascript, Typescript, jsx, tsx, Vue.js(both vue2 and vue3), Java.
The demo is developed by Vue.js and is a totally pure-frontend project, any codes uploaded will just be kept in the browser's memory only.
Please check the development branch and the production branch for more details if you get interested.
The example project is more convenient to traverse folders and count multiple files because of the browser's limitation in file system. Developers who need to refactor their codes by some line-number-rules can take advantage of it.
