mybatis / mybatipse

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

mac not become effective #96

Closed shakarelic closed 4 years ago

harawata commented 4 years ago

I have been using this plugin on macOS (currently Catalina) just fine. I need you to check a few basics first.

Do you see MyBatipse in the installed plug-ins list? (i.e. About Eclipse -> Installation Details -> Plug-ins)

If the answer to the above question is 'yes', please try ...

  1. re-opening the editor(s)
  2. restarting Eclipse

If the above does not resolve the problem, please post ...

shakarelic commented 4 years ago

mybatipse version : 1.2.2 Eclipse IDE for Java Developers Version: 2019-06 (4.12.0) ----- problem: 1.xml Auto-completion 2.From Java mapper interface to XML mapper element.

harawata commented 4 years ago

There are some similar reports (e.g. #8, #79 ). Unfortunately, we have not found the cause, so far. Let me know if you find something that might be helpful.

harawata commented 4 years ago

Try importing the jpetstore project and see if the hyperlink works.

If it does not work with jpetstore, please try it with a new clean workspace.

If it works with jpetstore, there may be something special about your project. If you could share your project on your GitHub, I'll look into it.

shakarelic commented 4 years ago

my same project, winsows is ok, mac not become effective...

and the jpetstore project.I press command TeamTalk_IMG_2019-11-12-144349

harawata commented 4 years ago

Have you tried it on a new clean workspace? It worked for some users in the past.

Or...it might be a conflict with another plugin? Could you try it using a new Eclipse installation and only this plugin (i.e. no other third party plugins)?

I'm really sorry for the inconvenience.

tkvangorder commented 4 years ago

I just ran into this same problem with Eclipse-2019-12 and I may have found a solution. Try rebuilding the Java index. Once I did this content assist began working again. image

harawata commented 4 years ago

Thank you, @tkvangorder for the comment! It's definitely easier than creating a new workspace. :D

shakarelic commented 4 years ago

与liclipse插件#97发生冲突 I am the same as @ViCrack thx

harawata commented 4 years ago

@shakarelic , Thank you for letting us know! I am so relieved that we have found the cause (or one of the causes) finally. Hopefully, we will find a way to avoid the conflict(?) soon.