Hacker News new | ask | show | jobs
by darepublic 807 days ago
I want the ability to have something like this integrated with VS code. I want to be able to start typing out a component name, or press a key shortcut to see components... scroll through... select the export format (React). And then see it rendered in a sideview, with my own theming applied. Use nostril inhale and exhale to tweak certain things.. and then of course, hook it up to data by dragging a little arrow from the 'data' buckets on my hud to the component.
3 comments

Even better, I want to pick components from a tool window, move them around and resize them with the mouse and have the code automatically generated for me, if possible well hidden so I don't even have to look at it.

Somehow this was standard twentyfive years ago, how could we have regressed so much?

We haven't regressed, the code those systems used to generate was a nightmare

We're way better off without them

Nightmare generated code is fine if you never have to look at it. This is like saying we shouldn't use react because of the div soup it spits out.

We should be able to have modern tools that don't require spelunking in their output

I think with the state of llms that we should aim for readable code output. Also react doesn't spit out a div soup, that's totally within the control of the dev
I too miss the golden age of Delphi
And Visual Interdev
The idea seems good. I will play with some VS Code extensions if it's possible to do