IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
Last Thursday we had a pleasure to host a live webinar with Jeff Scott Brown, the founder of the Grails framework. Jeff gave a comprehensive overview of the Grails 3 support in IntelliJ IDEA (both Community and Ultimate.) In case you missed it, here's a recording along with transcript of the Q&A…
Say hello to the fresh IntelliJ IDEA 2016.3 EAP build, which brings several new features worth checking out. Support for Polyglot Maven First of all, we've added the support for Polyglot Maven. In case you don't know, this is a set of Maven extensions that allows the POM file to be written in …
If you are a Grails developer, you'll be happy to know that IntelliJ IDEA 15 EAP brings the long-awaited support for Grails 3. Now you can enjoy both: the latest features of your favorite web framework, and the coding assistance of your favorite IDE: (more…)…
We're glad to announce that IntellIJ IDEA 13.1.5 RC is available. This EAP build brings you, among other fixes, the two important changes: creating new Grails projects and OS X 10.9.5 compatible application signature. Hurry up to share your feedback on our discussion forum and report bugs to the …
Here’s a few stories we’ve been reading on the Java beat this month, straight from the source. If you have any news or articles you would like to see here on the Java Annotated Monthly, you can reach me, Breandan dot Considine at JetBrains or @breandan. Java Java EE 8 Update - With the announcemen…
This is a cross-post from JetBrains Company Blog. Meet JetBrains team members Andrey Cheptsov and Yann Cebron September 9-12 at SpringOne 2GX 2013 in Santa Clara, California. Over four action-packed days there will be more than 100 Java sessions including one by JetBrains. We encourage you to …
By user requests we have added functionality for easy extraction of GSP text to resource bundles. To do this you can select a text fragment, press Alt+Enter and choose the intention "Extract selected text to messages.properties": I18nize String dialog will open: This feature is available in In…
Now IntelliJ IDEA X is able to debug GSPs. You can set breakpoints and view variable values or evaluate expressions.…
As you already know, we are working on GSP editing improvements in IntelliJ IDEA X. In particular, now the editor knows about the variables that the controller supplies to the view. Example: Consider an action returning a bookList variable: And the corresponding GSP file has access to this vari…
We have added more Grails-specific completion in IntelliJ Idea X. In particular, IntelliJ IDEA now knows about action and controller names in most places where they can appear. In the 'controller' and 'action' attributes of some GSP tags: In some method calls (e.g. redirect(...), render(...), ch…
IntelliJ Idea X adds quick navigation for Grails actions and GSP pages. Whenever an action has a same-named view, IDEA creates a gutter icon opposite to the action name. Click that icon and the corresponding page is opened: As for going back, the GSP editor has a link to the appropriate action at…
The next Maia EAP brings you massive changes in Groovy, Grails, Griffon, Gant & Gradle support, mostly affecting framework configuration. First, Grails/Griffon application options are available when you create a project or a module: You may also choose to import an application from existing …