in WebStorm 8, is there a way to navigate to a local function? Permanently deleted user 创建于 2014年05月31日 19:46 ie given this js file:function foo(){ function bar(){ }}... I can 'Navigate > Symbol' to 'foo', but not to 'bar'. I there a way to navigate to bar()?thanks-nikita
Hi there,
Globally -- no (AFAIK)
Locally (when in that file already) -- "Navigate | File Structure"