A GoLand plugin for MyBatis-style SQL mapping support.
-
SQL Syntax Highlighting
- Highlights SQL syntax in XML mapper files
- Supports nested tags
-
Resource Navigation
- Navigate between Go interfaces and XML mapper files
- Line markers for easy navigation
-
Resource Reference Check
- Validates XML mapper references
- Shows errors for invalid references
Linux/macOS:
./gradlew build
Windows:
gradlew.bat build
The plugin JAR will be generated in build/libs/juice-plugin-1.0-SNAPSHOT.jar
- Download the latest release
- In GoLand: Settings -> Plugins -> Install Plugin from Disk
- Select the downloaded JAR file
- Restart GoLand
MIT License