Hey guys, I'm looking to update the MooTools syntax mode I wrote for
Coda to the latest functions and features in MooTools 1.2.4

Just wanted to get some input on how much to add to the autofill
feature. My options are to stick with simple parentheses autofill
after functions and just move the cursor inside for you to fill them
up... or I can add the hints to the methods so the autofill would look
something like:

$extend(original, extension);

instead of just:

$extend();

Another question would be whether people prefer to have the parameter
type in the hint, so the example would become:

$extend(object original, object extension);

Anyway, I'd appreciate your input and help in making the MooMode
better!

Reply via email to