How big is my program?

Started by
2 comments, last by benoy 15 years, 9 months ago
Greetings genii, My fellow lab rats and I have been working for some time on a big Visual Studio project that's been around for at least two years. The other day somebody asked us how many lines of code it was, and we said "Hang on a minute, I'm sure VS has a line counter somewhere..." ...and it wasn't there. Anybody know how to find out how many lines of code are in a Visual Studio project?
Advertisement
Theres a plugin for visual studio here:

WndTabs.com

Hope that helps!
I use the Line Counter plugin as well the only thing I don't like about it is it counts the lines of VS generated code so you will generally get a bloated count if you have alot of GUI code, still I guess it makes it sound more impressive.
Ctrl+Tab switching between code view and design view takes a lot more time and sometimes the IDE locks up because background compilation hangs.

--------------------------------------------------------------------------------

benoy,

Link Building

This topic is closed to new replies.

Advertisement