Last active
September 28, 2015 11:39
-
-
Save michahell/063d0c287406f73c5c52 to your computer and use it in GitHub Desktop.
Revisions
-
Michael Trouw revised this gist
Sep 28, 2015 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,7 +13,9 @@ Here is an example of how to add it to your project settings (hint: add the sett And here is a screencast and an example of how a TODO looks like. If you, like me, would like JavaScript todo's just add it the normal way and comment out the actual todo line like this: ```HTML <!-- //TODO: assert parameters --> ``` Happy TODO listing! -
Michael Trouw revised this gist
Sep 28, 2015 . 1 changed file with 16 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,19 @@ **Viewing images in ST2** [THIS Sublime Text 2 plugin](https://github.com/wallysalami/QuickLook) Enables you to view images from ST2 directly using a menu command or the hotkey combo CMD + SHIFT + SPACE. Since it uses the native OSX quick look functionality you can practically view anything that quick look can display! **TODO's in ST2** I've become used to adding TODO's since Flash Builder so i sought an alternative for sublime text 2, here among others. I've found one that's great and isn't tied to user- or application wide settings but can be project-specific: SublimeTODO. install it using the Sublime Package Manager and further instructions are to be found in the github readme. Here is an example of how to add it to your project settings (hint: add the settings example on the github page under "settings" and edit further if needed) And here is a screencast and an example of how a TODO looks like. If you, like me, would like JavaScript todo's just add it the normal way and comment out the actual todo line like this: <!-- //TODO: assert parameters --> Happy TODO listing! -
Michael Trouw created this gist
Sep 28, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ [THIS Sublime Text 2 plugin](https://github.com/wallysalami/QuickLook) Enables you to view images from ST2 directly using a menu command or the hotkey combo CMD + SHIFT + SPACE. Since it uses the native OSX quick look functionality you can practically view anything that quick look can display!