-
Notifications
You must be signed in to change notification settings - Fork 228
Reports Requests
Please post further bug reports and feature requests on this repo’s issue page
If you see anything wrong with the jQuery textmate bundle or something that’s missing, but you don’t want to fork the project or whatever, jot down your comments below:
GetBundles doesn’t seem able to install the jquery bundle from github. Known issue?
— Yeah. I don’t know who maintains the GetBundles bundle, but I think it pulls bundles from the old MacroMates SVN repo. Might be worth tracking down the developer of GetBundles.
New snippet, triggered by $#
\$(‘#${0:$TM_SELECTED_TEXT}’)
This is an extra handy way to handle the common case of selecting by id, because $ and # are adjacent (on US keyboards at least), so they can be struck with one motion of the fingers.
— Looks nice. I’ll look into adding that.