Some features described here are available in Ultimate edition only.
IntelliJ IDEA can generate a GWT UiBinder
and a ui.xml file for you.
While defining the declarative layout in the ui.xml, various types of coding assistance, such as code completion
and generation of import statements, are at your disposal.
IntelliJ IDEA supports integration between the declarative layout in the ui.xml and the corresponding Java class,
including Finding usages.
If you are using the ClientBundle interface,
IntelliJ IDEA marks its methods with the icon
in the left gutter area.
Click this icon to navigate to the corresponding resource.
Warning
A GWT UiBinder can be created in the client part only.