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
Comment #1
nevergoneYou're right, i'm trying to repair! :)
Comment #2
bocaj commentedCool, looking forward to this even more!!
Comment #3
nevergoneFixed: http://drupalcode.org/project/drupalforkomodo.git/commit/d9edeb8
Comment #4
nevergone