How to make IntelliJ IDEA recognise code created by macros?

With the latest Scala plugin build, there is an API which can be used to write your own plugin to support your macros: http://blog.jetbrains.com/scala/2015/10/14/intellij-api-to-build-scala-macros-support/ Now, everyone can use this API to make their macros more friendly to their favorite IDE. To do that, you have to implement SyntheticMembersInjector, and register it in the plugin.xml file: … Read more

In intellij idea what’s the difference between Build and Rebuild artifact?

Basically, “Build Artifact” is a conditional build, meaning it will only build if there is any modified code. If you haven’t changed anything, it won’t do anything. “Rebuild Artifact”, however, will force a build from scratch no matter if there are code changes or not. From the horse’s mouth: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206866915-understanding-build-vs-rebuild-vs-make-vs-compile

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)