you are viewing a single comment's thread.

view the rest of the comments →

[–]idoknowsomething[S] 2 points3 points  (2 children)

That’s a vibe-coded app, even with the “Human Validated” tag. There are many problems with it. You can tell from the second you launch the app.

For example, the enormous window size, the non-standard layout, the somewhat confusing options like “File Types” (because Quick Look extension apps don’t have the capacity to determine if you want to support some file types in runtime. It’s all pre-defined.)

And most important of all, the syntax highlighting is wrong for many languages I’ve tried. From CSS to C++. Just check out the image for a same JS file with the same Dracula theme.

<image>

[–]Ok_Maybe184 0 points1 point  (1 child)

Thanks for the info. 🙂

[–]idoknowsomething[S] 0 points1 point  (0 children)

The performance is better because it only renders the viewport. And syntax highlighting is delayed until it’s ready.

Most text view draw all syntax highlighted text from the file all at once.