Is there something like minimap available for Observable Framework? If not, is there a plan for such a feature? If not, how can one construct a (mental) model of the flow of execution in an app spanning multiple files and hundreds (or more) of lines of code?
Needless to say, DevTools can’t really meet the requirement because the complexity can get quickly out of hand.
I often think about this but there are no current plans. E.g. it would be nice to quickly trace a page back to the data loaders it uses… even without chained data loaders, which would make it harder and more interesting.