Greetings,
When using Goto symbol Ctrl + R (@) for javascript, it will include anonymous function and MyClass within statement “new MyClass()” to create object. They are not useful at all because they are usually within functions (as per best practices), what we need are the non-anonymous function declarations
So, you will see lots of entries below in the list
function ()
MyClass1
function ()
MyClass2
…
as per attached screen shot
This makes the list very messy because they are very common Javascript statements, it will make the list extremely powerful if those can be cleanup, because it will be a great navigation tool for function declaration.
Is there any possibilities to filter those statements off the list, would appreciate some help here, any files I can look into or any plugins that can help on this please let me know.
BTW, just bought this great editor today, this is the best editor I ever used
Hopefully, I can solve this to make this my perfect editor
Many thanks & Kind Regards
Andy