List of functions in file

Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

It's hard to detect these:
method("name", function(..){..} ...
lexer can find such tokens:
Id, bracket, String, comma, "function"
- but then it will find false positives on some complex codes.
dhealey
Posts: 40
Joined: 14.12.2019 12:30

Post by dhealey »

I think it's fine how the way it works currently. It's better than atom too which doesn't show anon functions at all!
Post Reply