This is porting version of MybatisX
Go to Mapper xml
Create in Mapper xml
Go to Mapper java
Launch VS Code Quick Open (cmd/ctrl + p), paste the following command, and press enter.
ext install vscode-mybatisx
- 修复同名Java方法无法正确跳转到对应XML的问题
- 增加扩展图标
- Mapper类中, 如果存在两个方法名为test123, test, 则
Go to Mapper xml会在test123方法上生成两个 - 在1的情况下, 跳转Mapper.xml时, 都会跳转到test123方法上.
- support multi workspaces
- Stuck on plugin initializing
- Support low version of vscode
- Determine the class name whether a Mapper or not by using namespace


