this post was submitted on 27 Jul 2026
70 points (93.8% liked)

Open Source

48147 readers
151 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 7 years ago
MODERATORS
 

Hi. I'm looking for a good code editor that doesn't have any AI in it at all. My problem is, I like modern code editors like VSCodium, but I think it has AI or at least supports it. I know Zed has AI and Zed is kind of complicated to use. Here are my requests for a code editor:

No AI or telemetry Built-in live preview for HTML Built-in terminal Extensions

Right now, I'm using Pulsar, but it has no live preview that I know of. Any suggestions help. I'm not a fan of notepad++, though. It's very complicated to setup and use. Thanks in advance!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] AdamBomb@lemmy.world 1 points 17 hours ago (1 children)

I love Neovim, but it lacks live HTML preview that the OP specifically requested

[โ€“] Hund@feddit.nu 3 points 17 hours ago

That's super easy to fix with tools like entr. That's what I use when I write Markdown documents so I can automatically generate the plain text file to a PDF document using Pandoc, and preview it simply by saving the file in Neovim. :)