A plugin that adds first-class support for Project Jimmer
- Automatically generate
draft
,fetcher
,props
etc. class for Immutable. - List all Immutables and DTOs in the project.
- Generate entity from database or ddl and choose which table or columns to generate.
- Jimmer Project Wizard.
- Inspection for immutable and prop such as
@Entity
,@OneToOne
,@OneToMany
,@ManyToMany
,@IdView
,@Formula
etc. - Navigate to immutable or prop such as
@OneToOne
,@OneToMany
,@ManyToMany
,@IdView
,@Formula
etc. - Completion for
@OneToOne
,@OneToMany
,@ManyToMany
,@IdView
,@Formula
etc. - Generate all set of Draft
- Automatically generate
view
,input
,specification
etc. class for DTO. - Syntax highlight.
- Syntax check.
- Native compiler check.
- Navigation to
type
,prop
,import
,annotation
, etc. - Completion
export
,package
,import
,prop
,macro
,config
etc. - Format source.
- Structure view.
- Please wait for the project to be indexed, then reopen the project
- When you change the Java or Kotlin source, then wait 2 seconds
- When you change the DTO source, then wait 2 seconds
- Please check the plugin log tool window on the bottom or the left bottom, then create an issue
Do not worry, the Jimmer's apt/ksp will generate full source when your project builds.