js functions variables

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

0

Following code has xxx as outline
var hello = function () {
    document.writeln("hello");
    var xxx = function() {}
};
so please create YouTrack ticket with complete code snipet

0
Avatar
Permanently deleted user

Will do.. Thank you

Cheers
Antonio

0

请先登录再写评论。