About Chris Morrell

I am a Philadelphia web designer and developer who focuses on PHP development and usable design. I am also the Director of IT for the International Association of Certified Home Inspectors.

Please Note: My site fell victim to a Wordpress security flaw a few weeks ago, and I'm just getting everything back to normal. Please bear with me.

I am currently not accepting any new clients.

Other Sites/Clients

Contact Me

If you need to get in touch with me, my name is Chris and my domain name is cmorrell.com. Think about it.

IDE Wishlist – HTML/CSS Auto-Complete/Magic Edition

Posted by Chris Morrell on June 24th, 2009 in Web Development (tagged , )

This list is clearly not comprehensive, but these are a few things I’ve been wishing for lately or thought of just now.

CSS IDE Wishlist

  1. Order auto-complete based on usage, not alphabet
    I’m sick of typing “d” and getting “direction” when I clearly have never used the CSS direction property in my entire life.  Clearly I mean display.  I use the display property all the $*(#ing time, and yet every time I hit “d” what do I get?
  2. Arrange properties alphabetically or by group
    I’m a little obsessive about organizing my style sheets, and as part of that I generally try to keep properties in the same general place for each rule.  For example, I try to keep positioning properties near the beginning of each declaration, presentational properties after that, and anything else last.  But of course the order gets messed up.  Wouldn’t it be really cool if you could just press a button and have your IDE reorder all your declarations so they follow some set of rules?  Maybe a little overboard, but it would be really useful.

HTML IDE Wishlist

  1. Pattern recognition
    OK, how many times have I populated a list with the following code:

    <li><a href="#">Something</a></li>
    <li><a href="#">Something Else</a></li>

    Wouldn’t it be really cool if on the third list item an auto-complete drop down popped up offering:

    <li><a href="#">|</a></li>

    Or something similar

  2. Lorem ipsum autocomplete
    I know some IDEs have a lorem ipsum generator built in, but wouldn’t it be cool if when you started typing lorem ips it would offer something like:
  • Lorem ipsum (1 paragraph)
  • Lorem ipsum (2+ paragraphs…) — would pop up a generator dialog
  • Lorem ipsum (list of 10 elements)
  • Lorem ipsum (list of elements…) — would pop up  a generator dialog

Even cooler would be if it adjusted the suggestions from context—so if you were in a list it would offer a list first, etc.

1 Comment »

@inxilpro

  • Developing PHP applications that use a payment gateway (Authorize.net/PayPal/etc)? I'd love you feedback on a project… DM for details. 3 hrs ago
  • Loving the camel case matching in Zend Studio's code assist. "new ZDbAA" + TAB = "new Zend_Db_Adapter_Abstract" 1 day ago
  • Just got home after running 10 miles. I don't think my legs work anymore. Jesus. 3 days ago
  • More updates...
Copyright © Chris Morrell, Powered by WordPress, Entry RSS Feed / Comment RSS Feed