Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Extending Zen-Coding

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #38380
    kgscott284
    Participant

    I found there is a lot of crap that even code hinting annoys me taking to long. Does anyone know if there is a way to extend the Zen Coding plugin to include more support, for instance jQuery, etc…

    #103988

    What editor are you using? You can create snippets in Sublime Text 2 that can save a lot of time. Here are some CSS snippets I created a while ago: http://joshnh.com/2012/02/a-collection-of-css-snippets-for-sublime-text-2/

    #103995

    No worries! Glad that others are finding it as handy as I do. Thanks for the tweet too!

    Creating your own snippets isn’t too hard once you understand what each part does. Give it a shot, and feel free to shout out if you need a hand.

    For instance, I have a snippet that expands a ‘j’ to $('$0') (where the cursor is in the position designated by $0). This makes writing jQuery selectors so much faster.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Other’ is closed to new topics and replies.