Skip to content

Instantly share code, notes, and snippets.

View 4leem's full-sized avatar

Aleem 4leem

View GitHub Profile
@4leem
4leem / count_total_project_code_lines_in_sublime
Last active February 16, 2017 09:26 — forked from Hexodus/count_total_project_code_lines_in_sublime
Count total code lines in project using Sublime texteditor
// Go to menu:
// 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!!!