Congrats on the launch. I've actually been going in a totally separate direction lately, it helps with my focus and ADHD tendencies to jump around and get overwhelmed. 1. One window. 2. Minimal everything. 3. Most importantly, no tree navigation. If I need to jump to a file, I either use recents menu in Intellij or use file markers to jump to it, means I have to remember the filemarker and have intent to go there (I'…
> For large and mature codebases like you mention, I just use LLM to guide me around. How? What do you call large mature codebases? In my experience LLMs already make many mistakes and assumptions just in one file?
Show HN: Haystack – an IDE for exploring and editing code on an infinite canvas
61–70 of 227 posts
Re: Show HN: Haystack – an IDE for exploring and editing code on an infinite canvas
#62It reminds me of a feature I've always wanted, and even built manually a couple times, but never in a shareable way, which is to unravel a code path into a single script or source file.
I've want to be able to set something like a breakpoint and hit an "unravel" button and be left with a single file that shows every action that occurs leading up to that point. Ideally it would be runnable as a single script as well. This is essentially the view a step debugger gives you, but I want to see it all in a single file from start to finish rather than I. Multiple layers referencing multiple files.
Re: Show HN: Haystack – an IDE for exploring and editing code on an infinite canvas
#63I'm not sure about the AI features but the concept of working with code on a canvas and having some sort of flowchart UI has been a dream of mine for some time. I mainly do data processing and draw lots of flowcharts for communicating pipelines and also for myself. Having a development UI which goes in that direction somewhat would be great for handling unwieldy codebases written by non-CS folk.
Re: Show HN: Haystack – an IDE for exploring and editing code on an infinite canvas
#64Re: Show HN: Haystack – an IDE for exploring and editing code on an infinite canvas
#65I'm not sure about the AI features but the concept of working with code on a canvas and having some sort of flowchart UI has been a dream of mine for some time. I mainly do data processing and draw lots of flowcharts for communicating pipelines and also for myself. Having a development UI which goes in that direction somewhat would be great for handling unwieldy codebases written by non-CS folk.
Re: Show HN: Haystack – an IDE for exploring and editing code on an infinite canvas
#66I'm not sure about the AI features but the concept of working with code on a canvas and having some sort of flowchart UI has been a dream of mine for some time. I mainly do data processing and draw lots of flowcharts for communicating pipelines and also for myself. Having a development UI which goes in that direction somewhat would be great for handling unwieldy codebases written by non-CS folk.
Re: Show HN: Haystack – an IDE for exploring and editing code on an infinite canvas
#67Re: Show HN: Haystack – an IDE for exploring and editing code on an infinite canvas
#68Congrats on the release. This looks like an excellent, well implemented in tool. I look forward to trying it out. It reminds me of a feature I've always wanted, and even built manually a couple times, but never in a shareable way, which is to unravel a code path into a single script or source file. I've want to be able to set something like a breakpoint and hit an "unravel" button and be left with a single file that…
Re: Show HN: Haystack – an IDE for exploring and editing code on an infinite canvas
#69In my minds eye I've been yearning to see an IDE that focuses on a zoomable interface. This looks like a good start.