Tested in Mac OS X: super == command
Open/Goto
- super+t: go to file
- super+ctrl+p: go to project
- super+r: go to methods
<?php | |
/*** | |
* If you prefer automatic updates or using packages, this is available as a composer | |
* package: https://github.com/smalldogs/html5inputs | |
* | |
* Thank you to @silentcoast for the adding the support of non-valued attributes (such as `required`) | |
* | |
* This file allows you to use the other 11 HTML elements the same way as text, email, and URL. | |
* | |
* 1. Create the folder /app/misc, or use your preferred directory |
/** | |
* Regular Expression snippets to validate Google Analytics tracking code | |
* see http://code.google.com/apis/analytics/docs/concepts/gaConceptsAccounts.html#webProperty | |
* | |
* @author Faisalman <[email protected]> | |
* @license http://www.opensource.org/licenses/mit-license.php | |
* @link http://gist.github.com/faisalman | |
* @param str string to be validated | |
* @return Boolean | |
*/ |