For .NET development projects, ‘ReSharper’ is a must have tool. It is
plugged in Visual Studio as an Add-in and helps in following activities
–
There is also StyleCop extension to ReSharper which will detect StyleCop errors on the fly.
- Detects warnings and errors instantly as you type.
- Highlights wrong coding practices, code redundancies.
- Gives suggestions as you type which can improve overall quality of your code.
- Will save time spent in fixing warnings and errors later on.
- Will help in writing better code which will lead to less StyleCop and Code Analysis errors.
- Will reduces testing and code review comments.
- It can be customized according to project needs.
There is also StyleCop extension to ReSharper which will detect StyleCop errors on the fly.
For more information, refer - http://www.jetbrains.com/resharper/
No comments:
Post a Comment