mybatis / mybatipse

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

Hyperlink to XML mapper/statement should work in any Java source #44

Closed harawata closed 8 years ago

harawata commented 8 years ago

Currently, hyperlink to XML mapper/statement element works only in a mapper interface file. So, for example, if I am editing a service layer class or a presentation layer class and want to see the XML mapper declaration of a mapper method, it requires two steps (link to the mapper interface -> link to the XML element).

With this issue fixed, it will be just one step:

hl-xml-statement2