I have a team of 5 developers which I work with and within the team we all use Resharper and Stylecop to assist with out development. We develop .net applications in C# using visual studio and use TFS
I\'m running Visual Studio 2010 (10.0.40219.1 SP1Rel) with ReSharper 5.1 (5.1.3000.12).Recently, it seems as though ReSharper has completely lost the ability to navigate to a type.
I would like to use code clean up to automatically create the documentation headers in the following way:
Is there a way to automatically find all unused public functions in a solution? I have resharper, and right now I have t开发者_运维知识库o do a \"find usages\" on each symbol, which is tedious--it see
Using ReSharper to move/rename source files within Visual Studio 2010 is an enormous help when refactoring an application.The Perforce source control integration is not able to cope with these kinds o
I have an .NET 4.0 application thats mostly in C#.It\'s got a managed C++ DLL that makes use of an unmanaged library.I\'d like to debug the library from within ReSharper, but I\'m on x64.If I use nuni
I\'m Using resharper 6 nighty builds and VB.net. I\'ve a big medium project with multiple files that don\'t follow the code style conventions of my company.
I installed StyleCop and the associated plugin f开发者_运维知识库or ReSharper 5.After getting annoyed with it I removed both the plugin and StyleCop, but ReSharper is still using some of the StyleCop
I\'m converting some C code to C#, and all is going well, however i\'d like to jiggle things around so that:
This question already has answers here: Closed 11 years ago. Possible Duplicate: missing xml comment for publicly visible type or member