Hi, I'm new of eclipse.. and I have a question:
exist in Eclipse a proposal code assist for Html which suggest tag attributes.. as in Aptana ? (example if the cursor is into table tag he suggest align attribute, background attribute, bgcolor attribute...)
Yes, WTP will propose tag attributes when your cursor is within the tag. Just make sure the cursor is not against the tag's name (e.g., <table |> and not <table|>) and press Ctrl+Space.