jojo2357 / VBA-code-analyzer

Like statistics in intelliJ or pycharm, but not as good. Use excel for best results

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In order to analyze .bas files, put the exe in the folder that contains the files that you want to analyze and run.

If you would like to analyze bas files in all subfolders for, say, a project, change line one from SHELL _HIDE "dir /b *.bas>filenames.txt" to SHELL _HIDE "dir /b /s *.bas>filenames.txt" and recompile in QB64

About

Like statistics in intelliJ or pycharm, but not as good. Use excel for best results

License:MIT License


Languages

Language:VBA 100.0%