views:

66

answers:

2

I am trying to come over from dreamweaver to eclipse.

In eclipse when I am in a php file writing html. If I just type a "<" then the code assist popup will come up with all the options I can choose from.

I would like to know if the code assist can appear in more places though.

If I type "<div" and hit space can I get another code assist popup? If so, how?

+1  A: 

after "<div" (or any other tag), just enter a space and then hit Ctrl+Space:

alt text

ax
A: 

please check this link out for the solution :)

http://lordamit.blogspot.com/2010/05/eclipse-auto-completition-without.html

I made it myself.. and it does work.