Martin_29 15 Newbie Poster

I really like GitHub Extension for Visual Studio. This plugin is available in the extension store for visual studio. It is free, you do not need special requirements.
Markdown Editor is quite popular. Many friends use it.
As for

Detailed reports, resource usage

I can't advise anything

Martin_29 15 Newbie Poster

Can you clarify what do you need? What technologies are you associated with? Different plugins can be used for different projects. There is a rich selection of plug-ins in Visual Studio

Fernando_14 commented: Detailed reports, resource usage, VCS as rproffitt said... +0
Martin_29 15 Newbie Poster

Fernando_14 commented: Thank you, I have not yet met this type of obfuscation. I don't quite understand how code converts by the virtual machine

You can read how it works in the official source. I do not think I can explain better.
As I understand the code converts into byte array and interpreted by virtual machine. The program creates a new version of virtual machine in every case and uses a new set of instructions to represent the original code.

Martin_29 15 Newbie Poster

Code protection is sometimes necessary for commercial programs. But this is a rather complicated question.
As for me, I do not use obfuscator at work. But for my small projects I use ArmDot sometimes.
But I advise you to try something free to start!

rproffitt commented: I see demos but it appears to be costly. +15