awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
icsharpcode avatar

icsharpcode/RefactoringEssentialsArchived

0
View on GitHub↗
634 stars·117 forks·C#·MIT·2 vues

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.

Historique des stars

Graphique de l'historique des stars pour icsharpcode/refactoringessentialsGraphique de l'historique des stars pour icsharpcode/refactoringessentials

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à RefactoringEssentials

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec RefactoringEssentials.
  • dotnet/roslyn-analyzersAvatar de dotnet

    dotnet/roslyn-analyzers

    1,671Voir sur GitHub↗

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

    hacktoberfest
    Voir sur GitHub↗1,671
  • dotnetanalyzers/stylecopanalyzersAvatar de DotNetAnalyzers

    DotNetAnalyzers/StyleCopAnalyzers

    2,848Voir sur GitHub↗

    An implementation of StyleCop rules using the .NET Compiler Platform

    C#
    Voir sur GitHub↗2,848
  • aldanial/clocAvatar de AlDanial

    AlDanial/cloc

    23,201Voir sur 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
    Voir sur GitHub↗23,201
  • microsoft/vscode-goAvatar de microsoft

    microsoft/vscode-go

    5,897Voir sur 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
    Voir sur GitHub↗5,897
Voir les 30 alternatives à RefactoringEssentials→

Questions fréquentes

Que fait icsharpcode/refactoringessentials ?

Refactoring Essentials for Visual Studio

Quelles sont les fonctionnalités principales de icsharpcode/refactoringessentials ?

Les fonctionnalités principales de icsharpcode/refactoringessentials sont : Code Analysis and Metrics, Code Analysis and Refactoring.

Quelles sont les alternatives open-source à icsharpcode/refactoringessentials ?

Les alternatives open-source à icsharpcode/refactoringessentials incluent : 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…