Is there any forms of "code report", ie, a report on how each step is done?
This is more or less a tech report aiming toward test developers, so that we can clearly see all the details regarding each step.
Load your project in Visual Studio. With a test open, click the Preview Code button (see attached screen shot).
Use the Convert All Steps to Code in the VS plugin. This will create a separate coded unit test that cannot be converted back, and the two will not stay in sync.
You can customize a single step in code (not available for all step types) from the Test Step Context Menu. This can be reversed if you immediately click the Undo button, but cannot be reversed if you perform other actions afterwards.