Created
September 8, 2013 17:06
-
-
Save Hexodus/6486504 to your computer and use it in GitHub Desktop.
Count total code lines in project using Sublime texteditor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Go to menue: | |
// find->find in files | |
// Switch on reg_ex button | |
// Find: | |
^(.*)$ | |
// Where: | |
c:\your_folder\,*.php,*.phtml,*.js,*.inc,*.html, -*/folder_to_exclude/* | |
// Then click on the find button | |
// Be careful to not click on Replace!!! | |
// On the bottom line of your search result you'll find something like: | |
// 21342 matches in 124 files = your lines of code |
Nice! I found this source too: https://forum.sublimetext.com/t/count-lines-in-a-project/6554
Thank you very much
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@halleycarleton Thanks for sharing. This is indeed a better regex but I like it to look bigger then it is ;)
@tim-peterson Sorry, I do not have a mac so I'm very sorry but I can't help.