Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>mybatis jump to mapper xmlNew to Visual Studio Code? Get it now.
mybatis jump to mapper xml

mybatis jump to mapper xml

yanjiabin

|
1 install
| (0) | Free
jump to mapper xml definition
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

MyBatis Jump Mapper XML Extension

A simple VS Code extension that lets you quickly jump from a MyBatis Mapper method in Java to its corresponding SQL definition in the XML file.

Features

  • Instantly navigate from a Mapper method to its SQL definition in the XML.

How to Use

  1. Right-click on a Mapper method in your Java file.
  2. Select "Go to Mapper Definition" from the context menu.
  3. You will be taken directly to the corresponding SQL statement in the XML file.

See it in action:

Demo

Limitations

  • The extension assumes that the Java Mapper file and the XML file share the same prefix. For example, UserMapper.java and UserMapper.xml.
  • If the file prefixes do not match, the extension will not work as expected.

Enjoy using MyBatis Jump Mapper XML!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft