I have created some composite components in my JSF project in STS 3.1.0. When I declare them in the view like this:
xmlns:asw="http://java.sun.com/jsf/composite/asw-tags
then everything works fine, but I don't have any code completion for attributes which are definied on the composite component. How can I enable code completion in STS?