js functions variables Follow
Hey,
been using phpstorm since it's initial release and am loving developing with this tool, if I had to critique, it would be the structure view not fully supporting nested function variables "var boo = function(){};" nested within a function.
Would someone be able to dish the dirt on wether this is something that will be looked at into the future or am I missing something?
Cheers
Antonio
Please sign in to leave a comment.
Following code has xxx as outline
var hello = function () {
document.writeln("hello");
var xxx = function() {}
};
so please create YouTrack ticket with complete code snipet
Will do.. Thank you
Cheers
Antonio