Skip to content

Instantly share code, notes, and snippets.

View Devtr0n's full-sized avatar
🏠
Working from home

Richard Hollon Devtr0n

🏠
Working from home
View GitHub Profile
@Hexodus
Hexodus / count_total_project_code_lines_in_sublime
Created September 8, 2013 17:06
Count total code lines in project using Sublime texteditor
// 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!!!