Let's have a toolwindow that lists all available Seam components.
That would be a great way to grok a foreign Seam application quickly.
It should show (at least) each component's name, scope, class.
It should be possible to navigate both to the context variable declaration (ctrl-b, ctrl-click, middle click) (for example in components.xml) and to the java class (ctrl-shift-b, ctrl-shift-click).
It should be possible to filter the list at least including/excluding components from jars (e.g. Seam's builtin components).
But maybe just offer a dropdown containing all defined scopes.
It should be possible to group components by module.
There are plans:
1. to provide seam components with ctrl-alt-shift-N,
2. to support ctrl-f12 for xml configs(components.xml , pages.xml, etc.)