Devel Ace
Categories
Component ID
2475159
Component name
Devel Ace
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
1124
Component created
Component changed
Component body
This module integrates the Ace code editor into Devel providing an intuitive and nice to use code pad for /devel/php
Features
- Persistent storage of code between page refreshes.
- Auto indentation and bracket completion.
- Autocompletion of all static methods on the Drupal class.
- Autocompletion of static methods on common entity classes.
In D8, additional classes can be added via devel_ace_autocomplete_classes_alter() and in D7 additional functions can be added via devel_ace_autocomplete_functions_alter() but feel free to create an issue and i'd be happy to add them.
