Since the release canditate should improve content assist functionality I thought this thread is the right place to put this issue.
The content assist does not support inner classes. The following to examples cannot be fully done with content assist:
Code:
<bean class="foo.bar.Fix$Fox"/>
<util:constant static-field="foo.bar.Fix$Fox.instance"/>
Is it possible to address inner classes too? Otherwise the user is not aware of all bean classes and has to know and to type the complete name.
By the way, the hyperlink functionality can already handle inner classes.