awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to roave/betterreflection

Open-source alternatives to BetterReflection

26 open-source projects similar to roave/betterreflection, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best BetterReflection alternative.

  • sveltejs/language-toolsAvatar de sveltejs

    sveltejs/language-tools

    1,431Ver en GitHub↗

    This project is a language server implementation and code editor extension designed to provide intelligence for Svelte components. It functions as a static analysis tool that parses source code to deliver real-time feedback, automated formatting, and code navigation within development environments. The tool distinguishes itself by utilizing a virtual file system mapping that translates component files into modules, allowing standard language tools to process non-standard syntax. It integrates directly with the TypeScript compiler to perform type checking and static analysis across mixed scrip

    TypeScriptlanguage-serversveltevscode-extension
    Ver en GitHub↗1,431
  • rrrene/credoAvatar de rrrene

    rrrene/credo

    5,193Ver en GitHub↗

    Credo is a static analysis tool and linter for Elixir. It functions as a code quality analyzer that scans source code to identify stylistic inconsistencies, common mistakes, and potential security vulnerabilities. The tool provides a customizable framework for defining and testing specialized rules to enforce project-specific coding standards. It identifies complex code fragments and duplication to highlight opportunities for refactoring and simplification. Its capabilities cover automated code reviews, the enforcement of Elixir coding standards, and real-time developer feedback through edit

    Elixir
    Ver en GitHub↗5,193
  • pycqa/pylintAvatar de PyCQA

    PyCQA/pylint

    5,685Ver en GitHub↗

    Pylint is a static code analysis tool for Python that checks source code for errors, coding standard violations, and code smells without executing the program. It parses code into an abstract syntax tree and walks the tree to detect issues, enforces configurable style rules and naming conventions, and identifies duplicate code blocks by comparing tokenised source sequences. The tool also includes an inference engine that deduces variable types by simulating code paths, enabling deeper analysis even in untyped code. What distinguishes Pylint is its plugin-based checker architecture, which allo

    Python
    Ver en GitHub↗5,685

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • microsoft/vscode-goAvatar de microsoft

    microsoft/vscode-go

    5,897Ver en 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
    Ver en GitHub↗5,897
  • devster/ubenchAvatar de devster

    devster/ubench

    564Ver en GitHub↗

    Micro PHP benchmark library

    PHP
    Ver en GitHub↗564
  • dotnet/roslyn-analyzersAvatar de dotnet

    dotnet/roslyn-analyzers

    1,671Ver en GitHub↗

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

    hacktoberfest
    Ver en GitHub↗1,671
  • dotnetanalyzers/stylecopanalyzersAvatar de DotNetAnalyzers

    DotNetAnalyzers/StyleCopAnalyzers

    2,848Ver en GitHub↗

    An implementation of StyleCop rules using the .NET Compiler Platform

    C#
    Ver en GitHub↗2,848
  • edgedesigncz/phpqaAvatar de EdgedesignCZ

    EdgedesignCZ/phpqa

    563Ver en GitHub↗

    Analyze PHP code with one command

    XSLT
    Ver en GitHub↗563
  • editorconfig-checker/editorconfig-checker.phpAvatar de editorconfig-checker

    editorconfig-checker/editorconfig-checker.php

    74Ver en GitHub↗

    A tool to verify that your files are in harmony with your .editorconfig

    PHP
    Ver en GitHub↗74
  • icsharpcode/refactoringessentialsAvatar de icsharpcode

    icsharpcode/RefactoringEssentials

    634Ver en GitHub↗

    Refactoring Essentials for Visual Studio

    C#
    Ver en GitHub↗634
  • josefpihrt/roslynatorAvatar de JosefPihrt

    JosefPihrt/Roslynator

    3,436Ver en GitHub↗

    Roslynator is a set of code analysis tools for C#, powered by Roslyn.

    C#
    Ver en GitHub↗3,436
  • microsoft/roslynclrheapallocationanalyzerAvatar de Microsoft

    Microsoft/RoslynClrHeapAllocationAnalyzer

    654Ver en GitHub↗

    NOTE This project is no longer maintained. The high impact analyzers from this repository are being merged with dotnet/roslyn-analyzers. As such, this repo was archived

    C#
    Ver en GitHub↗654
  • nikic/php-parserAvatar de nikic

    nikic/PHP-Parser

    17,437Ver en GitHub↗

    PHP-Parser is a tool that converts PHP source code into an abstract syntax tree for static analysis and programmatic manipulation. It functions as a parser, a code generator, and a static analysis framework. The project enables the programmatic construction of abstract syntax tree nodes through a fluent interface and provides the ability to transform these trees back into formatted source code. It includes a serializer that exports abstract syntax trees to JSON format and reconstructs them from strings. The toolset covers several capability areas, including namespace resolution, constant exp

    PHP
    Ver en GitHub↗17,437
  • phpactor/phpactorAvatar de phpactor

    phpactor/phpactor

    1,889Ver en GitHub↗

    Mainly a PHP Language Server with more features than you can shake a stick at

    PHP
    Ver en GitHub↗1,889
  • phpro/grumphpAvatar de phpro

    phpro/grumphp

    4,294Ver en GitHub↗

    GrumPHP is a Git commit validator and PHP code quality orchestrator. It functions as a Git hook manager that automates the installation and execution of script triggers to enforce code quality standards within PHP projects. The tool prevents non-compliant code from being committed by running a suite of validation and linting tasks during the Git workflow. It integrates automated quality checks directly into the local development environment to maintain project standards. The system manages pre-commit testing workflows by executing quality tests and automating Git hooks. It uses a task-based

    PHP
    Ver en GitHub↗4,294
  • povils/phpmndAvatar de povils

    povils/phpmnd

    584Ver en GitHub↗

    PHP Magic Number Detector

    PHP
    Ver en GitHub↗584
  • rectorphp/rectorAvatar de rectorphp

    rectorphp/rector

    10,199Ver en GitHub↗

    Rector is an automated PHP refactoring and modernization tool designed to upgrade language versions and modernize syntax using predefined rules. It functions as a static analysis engine that inspects code structures and types to identify refactoring targets without executing the code. The project provides a framework for defining custom transformation logic to automate project-specific changes. It distinguishes itself by offering specialized capabilities for migrating legacy or custom frameworks to modern alternatives and converting docblock annotations into native language attributes. The s

    PHPastautomated-upgradesinstant-upgrades
    Ver en GitHub↗10,199
  • sergeyteplyakov/errorprone.netAvatar de SergeyTeplyakov

    SergeyTeplyakov/ErrorProne.NET

    1,117Ver en GitHub↗

    Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)

    C#
    Ver en GitHub↗1,117
  • sonarsource/sonar-csharpAvatar de SonarSource

    SonarSource/sonar-csharp

    909Ver en GitHub↗

    http://redirect.sonarsource.com/plugins/csharp.html

    C#
    Ver en GitHub↗909
  • tom-englert/nullable.extendedAvatar de tom-englert

    tom-englert/Nullable.Extended

    59Ver en GitHub↗

    Nullable reference types are a great feature introduced with C# 8.0. It really helps in writing better code.

    C#
    Ver en GitHub↗59
  • tomzx/php-semver-checkerAvatar de tomzx

    tomzx/php-semver-checker

    435Ver en GitHub↗

    Compares two source sets and determines the appropriate semantic versioning to apply.

    PHP
    Ver en GitHub↗435
  • bkoelman/csharpguidelinesanalyzerAvatar de bkoelman

    bkoelman/CSharpGuidelinesAnalyzer

    149Ver en GitHub↗

    This Visual Studio analyzer supports you in making your code comply with the C# coding guidelines at CSharpGuidelines.

    C#
    Ver en GitHub↗149
  • vannevelj/vsdiagnosticsAvatar de Vannevelj

    Vannevelj/VSDiagnostics

    67Ver en GitHub↗

    A collection of code-quality analyzers based on the Roslyn compiler platform. This project aims to ensure code-quality as you type it in your editor rather than having to do this as a separate build-step. By performing static analysis while you're writing code, certain convention violations and…

    C#
    Ver en GitHub↗67
  • bladestan/bladestanAvatar de bladestan

    bladestan/bladestan

    368Ver en GitHub↗

    PHPStan analysis for Blade templates

    PHP
    Ver en GitHub↗368
  • cezarypiatek/mappinggeneratorAvatar de cezarypiatek

    cezarypiatek/MappingGenerator

    1,023Ver en GitHub↗

    "AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time. Read more Mapping Generator – Design Time Alternative to AutoMapper

    C#
    Ver en GitHub↗1,023
  • code-cracker/code-crackerAvatar de code-cracker

    code-cracker/code-cracker

    1,149Ver en GitHub↗

    An analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties.

    C#
    Ver en GitHub↗1,149