Aura.Html icon indicating copy to clipboard operation
Aura.Html copied to clipboard

Would like to have PHPdoc on HelperLocator for IDE

Open chekalsky opened this issue 7 years ago • 2 comments

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())
*/

chekalsky avatar Feb 20 '18 13:02 chekalsky

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 ?

harikt avatar Feb 20 '18 16:02 harikt

I think it's good idea.

koriym avatar Feb 21 '18 05:02 koriym