My problem is that I have lombok used in my project and intellisense doesn't recoginze it's packages and annotations.
What I have done:
dependency added to maven pom.xml (jar appears in "External Libraries")
lombok plugin installed via "Settings -> Plugins -> Browse repositories"
"Enable annotation processing" enabled in "Settings -> Build, Execution, Deployment -> Compiler -> Annotation Processors"
IntelliJ Idea restart with invalidate cache
Project rebuilded
Strange thing is that project get's builded without any errors and works perfectly. I just can't see this package in IntelliJ and it's cumbersome, because a lot of code is "red". My current IntelliJ IDEA version is 2017.3.1. I've looked up in every post simillar to my problem and tried every method (including reinstalling plugin, doing everything again, changing order in things that were done etc.), but it still doesn't work.