c# - Line count in Visual Studio -
c# - Line count in Visual Studio -
this question exact duplicate of:
counting lines of code regular look doesn't work [closed]i'm trying count lines of code files in vstudio solution. tried using below regex:
^~(:wh@//.+)~(:wh@\{:wh@)~(:wh@\}:wh@)~(:wh@/#).+ ^~(:wh@'.+)~(:wh@/#).+ by pasting within find in files window (select edit -> find & replace -> find in files... or press ctrl+shift+f)
all in output window :
matching lines: 0 matching files: 0 total files searched: 41 this solution should work because it's accepted reply in question
so what's wrong regex?
on search dialog - "find options" -> "use regular expressions"
c# .net visual-studio
Comments
Post a Comment