Aura.Html
Aura.Html copied to clipboard
Would like to have PHPdoc on HelperLocator for IDE
In IDE autocomplete for HelperLocator class doesn't have basic helpers like a, base etc
Would you like to add it there? It could be achieved by adding PHPdoc to HelperLocator:
/**
* @method Helper\Anchor a($href, $text, array $attr = array())
*/
If you think you need the feature send a PR. We will be happy to merge I believe :+1: . Thoughts @jakejohns @pmjones @koriym .. anyone else ?
I think it's good idea.