- Syntax highlighting
- Compiler checking
- Automatic completion for prop, macro, function, keyword, comment etc.
- Folding
- Structure view
- Visual Studio Code
- IntelliJ IDEA
- Eclipse
- Any IDEs that support LSP
- You need to install JDK 21 or later in your system environment
- Visual Studio Code: Install the extension from the marketplace
- IntelliJ IDEA: Install the plugin from the marketplace
- Eclipse: First install new software LSP4E and then move the plugin
to the
dropins
folder - Other IDEs: Install the LSP server from the release page
- Build your project with Jimmer apt/ksp plugin
- Open a Jimmer DTO file
- Enjoy the features
build/classes/kotlin/main
Gradle Kotlinbuild/classes/kotlin/test
Gradle Kotlinbuild/classes/java/main
Gradle Javabuild/classes/java/test
Gradle Javatarget/classes
Maven Java or Kotlinbuild/tmp/kotlin-classes/debug
Gradle Android Kotlinbuild/intermediates/javac/debug/classes
Gradle Android Javabuild/intermediates/javac/debug/compileDebugJavaWithJavac/classes
Gradle Android Java