yomybaby / atom-titanium

[DEPRECATED] Atom package for Titanium Alloy
https://atom.io/packages/titanium-alloy
MIT License
49 stars 11 forks source link

Hyperclick for functions with blank space(s) before parenthesis #64

Closed phobeous closed 7 years ago

phobeous commented 7 years ago

Some developers use to add a space char between function name and parenthesis: function clickHandler (e){ console.log(JSON.stringify(e)); } Hyperclick doesn't detect the function. It would be nice if the regexp that detects functions declaration consider spaces and tabs before parenthesis.

yomybaby commented 7 years ago

Thanks for letting me know. I'll check this issue tonight or tommorow.