I wonder if there are any way to remove/hide anonymous functions in symbol browser, I am using jQuery and I have a lot of events (like click, ajax, done, each, etc), so the inspector is full of them.
@stramin, thanks. I forgot to try functions () {}. That does it. It looks like we filter out anonymous functions defined with the arrow function but not when defined with the function keyword.
ie. This will remove all the anonymous funcs from the symbol browser (but could break your code…):
Just to be clear, I doubt I’ll be able to get to this before the release coming soon. There are quite a few high priority items that I’ll need to get to. Sorry, but don’t want to get your hopes up that this’ll get fixed right away.