Counting Lines of Code
-
You'll have to forgive my ranting. I'm one of them luddites that still uses a simple text editor and the command line for development.
Preach it, man! VS is for designing Forms; I don't do much of that.
-
Do you know of any add-in for Visual Studio 2008 (excluding this one[^]) that allows to count lines of code in your solution and projects? I used to use PLC (linked above) but I can't manage to install it for VS08 because it requires registry tweaking (I succeeded on another machine, but on my current PC). Any idea?
If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe - but not a personality. - Charlie Brooker My Photos/CP Flickr Group - ScrewTurn Wiki
First, define a "line of code" . Counting statements might make sense, but then you still need to define a statement . You should be able to remove all the linfeeds from a C-family program without affecting it ( unfortunately, precompiler directives break that :mad: ) .
-
Do you know of any add-in for Visual Studio 2008 (excluding this one[^]) that allows to count lines of code in your solution and projects? I used to use PLC (linked above) but I can't manage to install it for VS08 because it requires registry tweaking (I succeeded on another machine, but on my current PC). Any idea?
If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe - but not a personality. - Charlie Brooker My Photos/CP Flickr Group - ScrewTurn Wiki
-
Visual SlickEdit Gadgets has a SLOC Report as one of the gadgets. I have it working in VS2008. See: http://www.slickedit.com/content/view/441/#SLOCReport[^]
Thanks for the links, seems promising!
If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe - but not a personality. - Charlie Brooker My Photos/CP Flickr Group - ScrewTurn Wiki