warmdev / SublimeOutline

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

How to exclude anonymous functions from Outline #42

Open danqdinh opened 1 year ago

danqdinh commented 1 year ago

Some of my code files have a lot of anonymous funcs, they shouldnt be in outline. Because they're actually variable names, not function names.

Any options to exclude them?