base on vscode-mybatisx
修复问题:
- Mapper类中, 如果存在两个方法名为test123, test, 则
Go to Mapper xml 会在test123方法上生成两个
- 在1的情况下, 跳转Mapper.xml时, 都会跳转到test123方法上.
This is porting version of MybatisX
Go to Mapper xml
Create in Mapper xml
Go to Mapper java
Install
Launch VS Code Quick Open (cmd /ctrl + p ), paste the following command, and press enter.
ext install vscode-mybatisx
LICENSE
GPL v3 License
release note
version 1.2.0
New Features
- support multi workspaces
version 1.1.0
bug fixs
- Stuck on plugin initializing
New Features
- Support low version of vscode
- Determine the class name whether a Mapper or not by using namespace
| |