Getting Started
Get up and running with MyBatis-Plus SQL Visualizer in 3 minutes.
Installation
Method 1: Install via IDE Plugin System (Recommended)
- Open Settings/Preferences > Plugins > Marketplace
- Search for
MyBatis-Plus SQL Visualizer - Click Install
- Restart IDE
Method 2: Manual Download & Install
- Download the plugin from JetBrains Marketplace or Gitee Releases
- In IDE, open Settings > Plugins > ⚙ > Install Plugin from Disk...
- Select the downloaded plugin package (no extraction needed)
- Restart IDE
First Preview
Once installed, on any MyBatis-Plus Wrapper code:
- Place cursor on the Wrapper chain (e.g. the line with
.eq()) - Press Alt+Shift+Q (macOS Option+Shift+Q)
- Dialog shows the generated SQL
Next Steps
- Configuration — Learn all configurable options
- Features — Deep dive into each feature
- FAQ — Troubleshoot common issues