top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is ReSharper extension of Visual Studio? What is it used for?

+4 votes
334 views
What is ReSharper extension of Visual Studio? What is it used for?
posted Apr 8, 2015 by Merry

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Resharpher is a popular in a visual studio because it will find compiler errors, runtime errors, redundancies, and code smellsas you type, suggesting intelligent corrections for them.

ReSharper helps you explore code by visualizing the structure of files, type and style hierarchies, call and value chains, project dependencies. It allows you to instantly traverse your entire solution and jump right to the exact file and line that you are looking for, decompiling library code if necessary.

Dozens of solution-wide refactorings are available to help you safely change your code base. Code formatting and cleanup features allow you to get rid of unused code and help your entire team to ensure compliance to coding standards.

In short it is also called intelligence of compile which help you in coding it is make coding easy by giving suggetion.

answer Apr 3, 2019 by Rushabh Verma R.
Similar Questions
+3 votes

I'm looking to setup a git server under CentOS 6.5 x64 that will serve 2-5 .NET developers using Visual Studio Pro 2013. I've been reading that Visual Studio 2013 now has 'native git support', but as I've been reading into this more and more, it appears to me that the 'native git support' is really the fact that Team Foundation Server has git support on it and that I'd need to setup TFS in order to use the Visual Studio 2013's native git support. Can anyone either confirm and/or deny this for me? My personal suspicion is that I will need to implement TortiseGIT to do what I want to do, but wanted to throw this question.

If, in actuality, I can use a CentOS git server with Visual Studio 2013, can anyone point me in the direction of an FAQ/directions/YouTube video/book/anything for how to setup something like this? I have the resources to setup a CentOS git server (which will also host some DreamWeaver CC users as well on other projects), but setting up a dedicated TFS server isn't an option, hence why I'm looking into this.

+2 votes

I want to know the difference between the visual basic and visual studio. And also explain each of them in detail. Please.

...