Show HN: Read it easy – Read-only code editor with an improved Go to Definition A developer has launched Read it easy, a read-only desktop code editor designed to improve the UI/UX for reading source code, featuring an Animated Go to Definition that supports JavaScript, TypeScript, Python, Java, and C#. The app aims to help developers focus on reading code by separating it from editing, and the creator is seeking feedback on the tool. I built a desktop app that improves the UI/UX for reading source code . Code editors/IDEs have many features, but I didn't make the best use of them when reading the source code. So, I designed the app by picking up some features for source code reading. It is read-only because it is intended to focus users on reading. Switching from your favorite code editor or IDE to the app can help with context switching from coding to code reading. I wonder if this context switch can help people focus on reading. 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. Comments URL: https://news.ycombinator.com/item?id=49284944 https://news.ycombinator.com/item?id=49284944 Points: 2 Comments: 0