You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example: typing variable_get and pressing tab would print variable_get($name, $default = NULL) where $name and $default = NULL would be tab-able placeholders.
The text was updated successfully, but these errors were encountered:
Akin to Steven Witten's generate.php which parses all PHP files within a specified Drupal installation and generates snippets for tab-triggerable function signatures, I'd like to use API module's secret function dump data to do the same thing.
Example: typing variable_get and pressing tab would print variable_get($name, $default = NULL) where $name and $default = NULL would be tab-able placeholders.
The text was updated successfully, but these errors were encountered: