Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Other
>
BeetSql Extension
New to Visual Studio Code?
Get it now.
BeetSql Extension
糖糖
|
1 install
|
(
0
)
|
Free
实现beetsql框架mapper和md文件双向跳转。
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
BeetSql Extension
适用于 Spring Boot 项目的 VSCode 插件,用于在 Java Mapper 与 SQL Markdown 文件之间双向跳转。
功能
Java Mapper 方法前显示 CodeLens:
SQL
。
点击后跳转到对应
xxx.md
文件内的方法块。
Markdown 方法块前显示 CodeLens:
Mapper
。
点击后回跳到对应 Mapper 方法定义位置。