I've been working with the Abbreviations that you have created so far and really like it. One thing that I would suggest is placing the cursor inside the function (where it makes sense).

For example:
d7_cron current code snippet:

/**
 * Implements hook_cron().
 * Perform periodic actions.
 */
function [[%b]]_cron() {
}

d7_cron suggested code snippet:

/**
 * Implements hook_cron().
 * Perform periodic actions.
 */
function [[%b]]_cron() {
  [[%tabstop1]]
}

This would greatly enhance the workflow of adding code snippets.

Thanks!

Comments

nevergone’s picture

You're right, i'm trying to repair! :)

bocaj’s picture

Cool, looking forward to this even more!!

nevergone’s picture

nevergone’s picture

Status: Fixed » Closed (fixed)