todos os artigos
///
Coding
///
Dev Essentials - Part IV - JetBrains ReSharper Extensions
The JetBrains ReSharper extensions I use to enforce code quality, measure complexity, improve unit testing workflow and boost overall .NET productivity.
In this fourth and final part of the Dev Essentials series, I present the extensions I use on JetBrains ReSharper — plugins that take an already powerful tool even further.
· · ·
Automates localization of attribute arguments.
Highlights code smells based on clean code principles.
Measures cognitive complexity of methods inline.
Autocomplete for appsettings.json and other config files.
Shows cyclomatic complexity metrics inside the editor.
Richer tooltips with more context on hover.
Quick-fixes and helpers for Fluent Assertions.
Inspections and helpers for FluentValidation rules.
Automates assembly access declarations.
Autocomplete for Moq mock setups.
Additional navigation and productivity actions.
Spell checker integration inside ReSharper.
Enforces StyleCop rules with ReSharper inspections.
Validates XML documentation comments.
Live templates for xUnit test patterns.
How to install
In Visual Studio, go to ReSharper → Extension Manager, search by name and click Install. You can also browse the full gallery at plugins.jetbrains.com/resharper.
Categorias