How to take code snapshot in Visual Studio? - screenshot

In Visual Studio Code there is an extension called "Codesnap",
I want to know if there is something similar in Visual Studio as well?

Related

How to use objective c on visual studio

I want to code in objective-c, on Windows.
Is there a way to use objective-c on Visual Studio, or Visual Studio Code?
I could neither find a way, nor an extension pack.

Replace FxCop with Code Analysis in Visual Studio 2015

Currently we are using FxCop for code analysis in our project.
But we need to replace FxCop with Code Analysis in Visual Studio 2015.
Is there a way we can do so?
Thanks.

Using Visual Studio for VBA

I am looking for an opportunity to use Visual Studio for VBA. Specially for Excel Makros. Reason is, to use all the supporting Features of Visual Studio e.g. TFS Connection. Is that possible?
No, but you can create VSTO projects in Visual Studio instead

how to export Visual Studio 2013 project into sourcecode

Could anyone please help and tell me how to export visual studio project into source code. My client has asked me if they can see a file with source code, so that they are able to recreate the application by using the source code only.
Could you please advise and tell me how I can export the visual studio project into source code, which will include all of the files, code and etc.
Are you sure they don't mean check it into source code control?
For example you can link your Visual Studio project up to TFS, check in your code and other developers can download and work on it in Visual Studio
https://www.visualstudio.com/products/visual-studio-team-services-vs
Just a thought

Modifying and running VB.net project in Visual Studio Code?

Is it possible to modify and run existing VB Visual Studio 2010 projects in Visual Studio Code? I have some VB.NET projects that I would like to open in visual studio code and I haven't found anything online that says whether or not this is possible. Drag and drop functionality isn't necessary for me, I only care about being able to run the source code.
I'm running Ubuntu 14.04 if that makes any difference.
Thanks in advance!
You can use Visual Studio Code to edit any text file you want.