One of the features I designed specifically for this app is "Animated Go to Definition," which works by double-clicking a function name in the code and is designed around some principles I use when reading code. This feature exactly embodies the ideas and concepts of this app. Now, Animated Go to Definition supports JavaScript, TypeScript, Python, Java, and C#.
AI empowers documentation in software development, but it does not always eliminate the need to read source code. To truly understand how software works, we still need to read and comprehend the code ourselves. Therefore, Read it easy is designed to be a tool that helps humans read and understand code.
Would love feedback of any kind, positive or critical. I’m also interested to hear what bothers or frustrates you about code reading.