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


I am developing web applications using eclipses with PHP applications

How do I create content I can tell the eclipse to give suggestions (autocomplete) when I do this:

& lt; Li class = " & lt; - suggest classes available here

  • id =" & lt; - and the id available here

    You might try Aptana Studio Eclipse Plugin

  • Comments

    Popular posts from this blog

    mysql - BLOB/TEXT column 'value' used in key specification without a key length -

    c# - Using Vici cool Storage with monodroid -

    python - referencing a variable in another function? -