This feature is supported in the Ultimate edition only.
IntelliJ IDEA can generate a GWT UiRenderer
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.
A GWT UiRenderer can be created in the client part only.
Generating GWT UiRenderer
- In the Project view, right-click the client package.
- From the context menu, select .
- In the Create New GWT Renderer and ui.xml file dialog box that opens, specify the
name of the UiRenderer and the ui.xml file.
Click OK.