I cannot seem to figure out why content assist is not working for HTML classes in Eclipse. I have the Eclipse PDT and Web Developer Tools installed. Content assist works fine with PHP files, and standard HTML tags, but I'm sorely missing the ability to scroll a list of CSS boostrap classes (e.g., Twitter bootstrap).
I just switched from Netbeans to Eclipse, and this worked great in Netbeans.
Now I only get proposals for div and class, but that's where proposals end.
<div class="no more proposals">
I've already looked at file associations, editor->content assist settings, include paths, etc. Any other suggestions appreciated.