IDEA中來自maven依賴的類的代碼完成沒有建議

(IDEA中來自maven依賴的類的代碼完成沒有建議)

This may sound stupid but here I go (there's no silly question after all, right?): I'm working on a JAVA Maven module with IntelliJ IDEA and the code completion feature works fine suggesting classes from both my module and the JDK.
However, the code completion feature does not seem to be aware of classes coming from Maven dependencies my module depends on.
For instance, my module depends on Maven dependencies such as joda-time. The code completion popup does not suggest classes such as LocalDate.
Here's my code completion configuration:
What am I missing? Thanks in advance.



Found the solution:

1° Clicked on 'File > Invalide caches/restart' 2° Chose 'Invalidate and Restart' 3° After restarting IntelliJ rebuild indexes from scratch and code completion works like a charm.

shareimprove this answer
answered Apr 18 '15 at 16:51

kyiu
1,2631925
Thanks! This really helped with a large project. – Austin Kootz Nov 16 '17 at 0:18

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章