Live data from Hacker News

Ask HN: An IDE that lets you add photos as comments?

news.ycombinator.com

1–5 of 5 posts

Ask HN: An IDE that lets you add photos as comments?

#1
I always catch myself screenshotting stuff and trying to drop it in as code comments, much like one would when writing up technical docs on Notion or Google Docs.

Anyone that currently does this / is working on it? I guess this would need to be supported by version control as well? The programming language too maybe?

Re: Ask HN: An IDE that lets you add photos as comments?

#3
Picotron[1] has this feature, I don’t remember the exact format but essentially you have a special comment syntax that includes a base64 encoded lz4 compressed string that stores the image, every text widget on the system supports it and renders it as an image, and it turns back to text when your cursor is on that line.

[^1]: https://www.lexaloffle.com/picotron.php