2 مستودعات
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.
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.
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.