Are we trying to reinvent web development? Last few years have been wild. We abandoned HTML CSS and JS websites that used to work just fine and ran after frontend component frameworks and now the circle is getting completed by building tools and extensions we had 20 yrs ago
Show HN: A VSCode Extension to edit HTML visually in real-time
21–30 of 142 posts
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#22Nice. Will this work with React as well?
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#23Earlier quoted context omitted.
Yes, but Dreamweaver had the render broken since about 2001 (I don't know the actual date, mine is a joke). Vs code being chromium means actual browser rendering
Well, Visual Studio 6.0's Visual Interdev (1998) had actual browser rendering (via the Trident engine used in Internet Explorer I assume), including Java applets, which would run in the "Quick view" mode, but also amazingly in the Source [code] mode!
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#24Does it handle js? I can't tell if this is only for static files from the documentation.
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#25Nice. Will this work with React as well?
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#26Is this a significant improvement from having a "live preview" on a browser?
And it has nice features like highlights selection
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#27Nice. Will this work with React as well?
You may want to check out previewjs.com (disclaimer I'm the author) although it's unfortunately not getting much love or attention lately, my kids are using all of that.
Still, it's pretty cool that your kids are using previewjs.com!
No, don't bother - I'll see myself out :)
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#28Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#29we've come full circle - macromedia dreamweaver had this in 2001
Wait till you hear about Typescript, you know adding types to ECMAScript, like Macromedia did some 20 years ago. :) Being in the industry for 20+ years and starting as a teenager making games in Flash it makes really hard for me to treat webdev seriously with all their revolutionary innovations. At work I often encounter a resistance to a tech or solution I propose, because "there hasen't been any substational contri…
Asinine - everything advances and needs maintenance over time, even geometry. I invite you to try building a game without using quaternions or projective (ie non-euclidean) geometry.
Edit: does hn award points based on contrariness? Or is it just that people on hn think they're super clever with their contrary point?
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#30Does it handle js? I can't tell if this is only for static files from the documentation.
Since it does not handle JavaScript at the moment, I believe the applicable scope is quite limited.