Support for GWT ClientBundle and CssResource interfaces
August 10th, 2010 by Nikolay ChashnikovIf you use Client Bundle interface in a GWT application, you will enjoy an advanced navigation and coding assistance that IntelliJ IDEA 10 provides.
ClientBundle methods will be marked with icons allowing you to quickly navigate to a corresponding resource:

For interfaces implementing CssResource IntelliJ IDEA will also check that Java interfaces methods are consistent with CSS classes 
and will suggest to automatically add missing methods:
Download IntelliJ IDEA X EAP builds to try this new feature.
Tags: Code Analysis, Code Navigation, GWT, ideaX

August 10th, 2010 at 10:10 am
The improvements in IDEA X look already great to me, especially the improved GWT support. Since GWT 2.1 will feature some major enhancements within the GWT framework: will IDEA X support some or all of these features for example the MVP infrastructure, RequestFactory etc. ? I’m thinking of the currently available commands that allows one to create remote services etc.
August 11th, 2010 at 3:24 am
Could you please clarify in details which features related to GWT 2.1 you want to see in IDEA? Feel free to post topics with your suggestions to our forum (http://devnet.jetbrains.net/community/idea/ideacommunity) or create feature requests in our tracker (http://youtrack.jetbrains.net/issues/IDEA).
May 17th, 2011 at 11:43 am
Is it possible to select which css classes should IDEA generate method in cssresource? Right now (10.5 EAP) I can only generate all missing methods