A tool for thinking about and editing Rust code
Join the waitlistInteract with code in a way that's natural and intuitive.
Navigate your code through the relationships in the code itself, rather than through the layout of the filesystem or the linear order of definitions within a file.
Rust's tight tooling ecosystem and strong type system lend themselves to features that are hard or impossible to replicate for other languages.
Window management and file management are distracting bookkeeping that sap attention and working memory from more important things.
Today's editors and IDEs are designed to optimize the task of manipulating bytes in a file.
Coshell is designed to sustain developer flow.
No clicking, no dragging. We take the best keyboard interaction ideas of the past three decades and put them front and center.
Your clipboard contents are visible. Your last cursor position is visible. Your undo history is visible. If Coshell knows about, it you can see it and interact with it.
Writing new code, understanding existing code and refactoring are all different activities. Coshell shows what is useful for the task at hand, and hides everything that isn't.