warmdev / SublimeOutline

Outline view for Sublime Text 3
MIT License
66 stars 23 forks source link

Anonymous functions in JavaScript should be hidden #19

Closed RoyIacob closed 5 years ago

RoyIacob commented 6 years ago

There's no value from having a list of

function() function() function() ....

warmdev commented 5 years ago

Outline displays all the symbols defined in the Symbol List files of the specific syntax. To hide some symbols, you need to modify corresponding Symbol List files for the Javascript syntax, or use a package like https://github.com/int3h/sublime-better-javascript