mybatis / mybatipse

Eclipse plugin adding support for MyBatis SQL Mapper Framework.
Eclipse Public License 1.0
332 stars 91 forks source link

Parameter properties Content Assistance doesn't work on STS 4 or Eclipse #111

Closed sayseakleng closed 2 years ago

sayseakleng commented 2 years ago

*** Parameter properties : #{} and ${} in select/insert/udpate/delte statements. Also works in some attributes.

* jdbcType proposal doesn't work unless I added spaces between =**

image

My testing IDEs:

sayseakleng commented 2 years ago

I wanted to added that, both issues fixed if added space.

image
harawata commented 2 years ago

Hello @sayseakleng ,

It's basically the issue filed as #106 , I think. I plan to look for an easy fix, but haven't found the time. I'm really sorry about the inconvenience.