awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
icsharpcode avatar

icsharpcode/RefactoringEssentialsArchived

0
View on GitHub↗
634 stars·117 forks·C#·MIT·11 views

RefactoringEssentials

Refactoring Essentials for Visual Studio

Features

  • Code Analysis and Metrics - Refactoring tools for Visual Studio.
  • Code Analysis and Refactoring - Comprehensive collection of refactorings, analyzers, and code fixes.

Star history

Star history chart for icsharpcode/refactoringessentialsStar history chart for icsharpcode/refactoringessentials

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with RefactoringEssentials

These projects share indexed features with RefactoringEssentials. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • dotnet/roslyn-analyzersdotnet avatar

    dotnet/roslyn-analyzers

    1,671View on GitHub↗

    The Microsoft.CodeAnalysis.NetAnalyzers package moved into the dotnet/sdk repository for further development and respond to issues formerly in this repository.

    hacktoberfest
    View on GitHub↗1,671
  • dotnetanalyzers/stylecopanalyzersDotNetAnalyzers avatar

    DotNetAnalyzers/StyleCopAnalyzers

    2,848View on GitHub↗

    An implementation of StyleCop rules using the .NET Compiler Platform

    C#
    View on GitHub↗2,848
  • aldanial/clocAlDanial avatar

    AlDanial/cloc

    23,201View on GitHub↗

    cloc is a codebase metrics tool and multi-language code analyzer designed to count blank lines, comment lines, and physical lines of code. It serves as a source code line counter and report generator that identifies file types to calculate source volume across a wide variety of programming languages. The tool distinguishes itself by providing codebase version comparison to measure relative changes in source and comment lines between two versions of a directory or archive. It also supports the definition of custom languages and the extension of language recognition by loading custom comment fi

    Perl
    View on GitHub↗23,201
  • microsoft/vscode-gomicrosoft avatar

    microsoft/vscode-go

    5,897View on GitHub↗

    This project is a Go language extension for VS Code that provides a comprehensive development environment through a language server client, a debugging interface, and a test automation runner. It integrates language intelligence, formatting, and debugging capabilities to support the full Go language development lifecycle. The extension distinguishes itself by managing the Go toolchain, including the installation and configuration of external binaries required for language features. It also features a dedicated test automation interface that allows for the generation of unit test skeletons and

    TypeScript
    View on GitHub↗5,897
Compare all 30 related projects→

Frequently asked questions

What does icsharpcode/refactoringessentials do?

Refactoring Essentials for Visual Studio

What are the main features of icsharpcode/refactoringessentials?

The main features of icsharpcode/refactoringessentials are: Code Analysis and Metrics, Code Analysis and Refactoring.

Which projects share features with icsharpcode/refactoringessentials?

Projects with overlapping indexed features include: dotnetanalyzers/stylecopanalyzers — An implementation of StyleCop rules using the .NET Compiler Platform. dotnet/roslyn-analyzers — The Microsoft.CodeAnalysis.NetAnalyzers package moved into the dotnet/sdk repository for further development and… aldanial/cloc — cloc is a codebase metrics tool and multi-language code analyzer designed to count blank lines, comment lines, and… pycqa/pylint — Pylint is a static code analysis tool for Python that checks source code for errors, coding standard violations, and… microsoft/vscode-go — This project is a Go language extension for VS Code that provides a comprehensive development environment through a… rrrene/credo — Credo is a static analysis tool and linter for Elixir. It functions as a code quality analyzer that scans source code…