How to Copy Specific Code Metrics Results in Visual Studio ?

How to Copy Specific Code Metrics Results in Visual Studio ?

One of the hidden and cool feature of Code Metrics Result window is to copy the specific detailed information into clipboard and later on you can share them easily.Once the information is in clipboard, you can past / share it as per your need and this can be done very easily.

Let’s have a look how it works.

Consider you have following code metrics result in the Code Metrics Result Window

image

Now, if you want to copy the specific details for App() constructor, just right click on it and select “Copy” from the context menu

image

That’s it.  The detailed code metrics information is now in your clip board. Paste it where ever you need it !!

Consider to paste it on notepad just to check how it looks like.. and here you are…

image

You can share this information to your team / developer who is working on in that module incase there is any action required.

Hope this helps !

Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.

One Comment to “How to Copy Specific Code Metrics Results in Visual Studio ?”

Comments are closed.