IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
Earlier we mentioned that we're working to make our IDE more friendly for people with color blindness. In the latest IntelliJ IDEA 15 EAP build, we've changed the appearance settings, so now when enabling the Adjust for color deficiency option you have to choose the form of color blindness: …
Because almost any template file has external references to context variables (and we'll eventually find their declarations in code rendering that file), we need to introduce declarations for such implicit variables. IntelliJ IDEA helps us to do this in familiar comment-based way: @vtlvariable comme…
As you probably know, there's something special about developing applications with template languages (e.g. Velocity and Freemarker): lack of compile-time information prevents from resolving references to included files and library macros. But this is not a problem anymore — IntelliJ IDEA can …
When using FreeMarker or Velocity with IntelliJ IDEA, you sometimes need to change the underlying language for a template to enable coding assistance and syntax highlighting. As with IntelliJ IDEA 8.1, you can open the Settings Dialog and select Template Data Languages to specify what language shou…