in WebStorm 8, is there a way to navigate to a local function?
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
Please sign in to leave a comment.
Hi there,
Globally -- no (AFAIK)
Locally (when in that file already) -- "Navigate | File Structure"