Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持根据变量名进行提示和代码生成 #978

Open
wangdanawang opened this issue Mar 14, 2024 · 0 comments
Open

支持根据变量名进行提示和代码生成 #978

wangdanawang opened this issue Mar 14, 2024 · 0 comments

Comments

@wangdanawang
Copy link

比如在userServiceImpl,使用userMapper变量的时候进行提示和生成sql的。不仅仅只是在Mapper文件
@resource
private UserMapper userMapper;

userMapper.findById (进行提示和生成代码的功能)

主要是写一些相对复杂语句或者是临时需要的,需要来回切换ServiceI类和mapper类,思路容易被打断。

@wangdanawang wangdanawang changed the title 有打算支持代码生成可以和提示变量提示。不仅仅只是在Mapper文件提示 支持根据变量名进行提示和代码生成 Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants