Reputation: 9090
I am developing web applications using eclipse with php etc.
How can I tell eclipse to suggest stuff (autocomplete) while I do something like:
<li class="
<-- here suggest available classes
<li id="
<-- and here the available ids
Upvotes: 5
Views: 2177
Reputation: 4565
You might wanna try the Aptana Studio eclipse plugin http://update1.aptana.org/studio/3.2/024747/index.html
Upvotes: 1