Unhelpful suggested autocomplete tags when editing HTML & CSS with Aptana Studio

1

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>.

Frederic Feddema

Posted 2011-10-27T14:16:16.643

Reputation:

1My solution would be "become a faster typist and switch to Vim". I suspect this will be closed as editor-specific support isn't really a "programming" question. – user229044 – 2011-10-27T14:20:59.113

simply changing of the IDE serves the purpose, changing the entire standard for this is not recommended. it may make code a very unreadable one. – linuxeasy – 2011-10-27T14:23:41.047

when i type "<div st" - why should i get the proposal for "<style type="text"...." ? This is idiotic... – None – 2011-10-27T14:27:59.443

1@meager - this is however a question about configuring a programming tool which is on-topic here. – Kev – 2011-10-29T13:28:27.210

Can you provide some screenshots to demonstrate this issue? – Kev – 2011-10-29T13:28:53.010

@linuxeasy: "changing of the IDE" is left to the developers of the IDE to handle, and is also known as "fixing of bugs". The rest of your comment makes no sense. (Neither does meagar's for the matter.) – BoltClock – 2011-10-29T14:11:00.893

No answers