Hi All,
Just released a new Eclipse plugin for MyBatis.
https://github.com/harawata/mybatipse
Auto-completion and validation are the two main features.
If auto-completion does not work in newly created file, try reopening
the editor after adding the DOCTYPE.
A note to contributors:
There are some intentional errors and type alias conflicts in the test
cases of mybatis-3 project, so you may want to disable MyBatipse
validation in the project properties setting.
Also note that there is a Mac OS X specific nasty bug related to this
operation in Eclipse 4.3.1.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=412826
Enjoy!
Iwao