awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
phpactor avatar

phpactor/phpactor

0
View on GitHub↗
1,889 星标·156 分支·PHP·MIT·2 次浏览

Phpactor

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

Features

  • Code Analysis and Refactoring - Provides completion, refactoring, and code introspection.

Star 历史

phpactor/phpactor 的 Star 历史图表phpactor/phpactor 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

phpactor/phpactor 是做什么的?

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

phpactor/phpactor 的主要功能有哪些?

phpactor/phpactor 的主要功能包括:Code Analysis and Refactoring。

phpactor/phpactor 有哪些开源替代品?

phpactor/phpactor 的开源替代品包括: rrrene/credo — Credo is a static analysis tool and linter for Elixir. It functions as a code quality analyzer that scans source code… sveltejs/language-tools — This project is a language server implementation and code editor extension designed to provide intelligence for Svelte… microsoft/vscode-go — This project is a Go language extension for VS Code that provides a comprehensive development environment through a… pycqa/pylint — Pylint is a static code analysis tool for Python that checks source code for errors, coding standard violations, and… dotnet/roslyn-analyzers — The Microsoft.CodeAnalysis.NetAnalyzers package moved into the dotnet/sdk repository for further development and… cezarypiatek/mappinggenerator — "AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time. Read more…

Phpactor 的开源替代方案

相似的开源项目,按与 Phpactor 的功能重合度排序。
  • pycqa/pylintPyCQA 的头像

    PyCQA/pylint

    5,685在 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
    在 GitHub 上查看↗5,685
  • rrrene/credorrrene 的头像

    rrrene/credo

    5,193在 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
    在 GitHub 上查看↗5,193
  • microsoft/vscode-gomicrosoft 的头像

    microsoft/vscode-go

    5,897在 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
    在 GitHub 上查看↗5,897
  • sveltejs/language-toolssveltejs 的头像

    sveltejs/language-tools

    1,431在 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
    在 GitHub 上查看↗1,431
查看 Phpactor 的所有 26 个替代方案→