Odys
Odys

Reputation: 9090

How do I configure eclipse to autocomplete Css classes/ids in html/php files?

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

Answers (1)

nurnachman
nurnachman

Reputation: 4565

You might wanna try the Aptana Studio eclipse plugin http://update1.aptana.org/studio/3.2/024747/index.html

Upvotes: 1

Related Questions