Looking at the debug output for Mixins allows you to see where things were mixed into, However when viewing the original sources + mixins in a project, it would be cool to see some sort of marker or some sort of formatting mark to warn you that the method you are looking at is overwritten or redirected.
I realize that this probably can't be perfect, and would be essentially equivalent to running mixin over sources, But there's been enough times when a hint would have been really helpful.
I'm just worried that people might rely upon the hints, and get false negatives.

Looking at the debug output for Mixins allows you to see where things were mixed into, However when viewing the original sources + mixins in a project, it would be cool to see some sort of marker or some sort of formatting mark to warn you that the method you are looking at is overwritten or redirected.
I realize that this probably can't be perfect, and would be essentially equivalent to running mixin over sources, But there's been enough times when a hint would have been really helpful.
I'm just worried that people might rely upon the hints, and get false negatives.