I'm having trouble reading the code and being able to understand what exactly is happening.
Is there a tool that would comment function calls and replace them with the function body instead so that I can read it better? Also, would it be able to do this on-demand.
For e.g., in ST3, I could call a function that would find the definition of the function in my project and replace it in my file and does not do so for calls made in the replaced function body until I ask it to?
In my context, this is about Javascript, but this is a language-agnostic question.
Alternate question: How the heck do you deal with situations like this?