I switched from PHPed to Aptana 3 because of the Zen Coding Addon which is not available for PHPed.
My Problem is as follows:
I'm coding HTML / CSS. When I type <div st the first suggestion is for <style type="text/css" media="screen"></style> (not good, never need this) and the second is the correct one to autocomplete my style tag.
I heard that this was changed in 3.0.4 - is it possible to define autosuggestions?
Another problem is when I create a <div> and after the autocomplete I want to go to the inside of the <div> by pressing enter but the curser just jumps behind that complete <div>.