IntelliJ IDEA comes bundled with the GWT Support plugin that provides native support for developing
Web applications based on the Google Web Toolkit
(GWT).
IntelliJ IDEA GWT support, that extends to the version 2.7, includes the following features:
- GWT-aware advanced coding assistance.
- Resolving and completion for the
newexpression in GWT JavaScript methods:

- GWT-aware rename, move, and safe delete refactorings.
- GWT-aware code inspections and quick-fixes.
- Navigation to implementation, ⌥⌘B, ⌥⌘Button1 Click, ⌥⌘B or ⌥⌘Button1 Click⌥⌘B, ⌥⌘Button1 Click, ⌥⌘B or ⌥⌘Button1 Click^ ⌥ B, ^ ⌥ Button1 Click, ⌃⌥B, ⌃⌥Button1 Click, ⌃⌥B or ⌃⌥Button1 Click.
- navigate to declaration action and completion for references from Java code to HTML and CSS.
- Intention Actions that let create various application elements.
- Code blocks, live templates, and file templates.
- Integration with GWT compiler.
- GWT-ready internationalization (i18n).
- Automatic creation of GWT components: modules, entry points, remote services and serializable classes.
- Support of GWT specific run configurations for running and debugging GWT applications directly from IntelliJ IDEA.
-
Basic Vaadin
support, implemented by the
Vaadin Support plugin that comes bundled with IntelliJ IDEA.