Home > front end >  How to calculate code metrics in Visual Studio Code?
How to calculate code metrics in Visual Studio Code?

Time:04-11

Apparently there is an 'analyse' tab to be able to view the metrics but I can't see it,(using latest version) don't think its in this version. I already have LOC as I downloaded an extension but how would I get other metrics? Languages are Java, CSS and HTML

CodePudding user response:

Did you try Analyze menu -> “Calculate Code Metrics for Solution.”

CodePudding user response:

If you go through the first answer with the highest score it should help. Link: Where has the Code Analysis window gone?

  • Related