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

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

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

2 个仓库

Awesome GitHub RepositoriesIDE Code Generation Plugins

Editor extensions that allow IDEs to recognize and navigate code generated at compile-time by external processors.

Distinct from Java: Candidates focus on linting or packaging; this is about enabling IDE awareness of dynamically generated methods.

Explore 2 awesome GitHub repositories matching development tools & productivity · IDE Code Generation Plugins. Refine with filters or upvote what's useful.

Awesome IDE Code Generation Plugins GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • projectlombok/lombokprojectlombok 的头像

    projectlombok/lombok

    13,458在 GitHub 上查看↗

    Lombok is a Java annotation processor and boilerplate reduction library designed to automatically generate repetitive source code. It intercepts the compilation process to inject methods and fields directly into Java classes, acting as a source code generator that eliminates the need to manually write common class patterns. The project distinguishes itself through deep integration with the Java compiler and various integrated development environments. It provides IDE plugins that allow editors to recognize and navigate generated methods, preventing false compilation errors and maintaining syn

    Ships IDE plugins that allow editors to recognize and navigate automatically generated Java methods.

    Java
    在 GitHub 上查看↗13,458
  • uber/ribsuber 的头像

    uber/RIBs

    7,923在 GitHub 上查看↗

    RIBs is a mobile architecture framework that structures applications around isolated, lifecycle-managed units of business logic called RIBs. Each RIB separates routing, business logic, and construction into distinct classes through the Router-Interactor-Builder pattern, with hierarchical dependency injection scoping dependencies per node and static analysis enforcing architectural rules at build time. The framework enforces automatic disposal of Rx subscriptions scoped to interactor lifecycles, blocking compilation when subscriptions lack proper disposal to prevent memory leaks. It supports v

    Provides IDE plugins that generate boilerplate RIB components and test stubs from templates.

    Kotlinandroidarchitectural-patternsarchitecture
    在 GitHub 上查看↗7,923
  1. Home
  2. Development Tools & Productivity
  3. IDE Code Generation Plugins