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.
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.