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!

  • Lettuce eat lettuce@lemmy.mlM
    link
    fedilink
    arrow-up
    5
    ·
    13 hours ago

    If you like/don’t mind working in the terminal, Neovim can do basically anything, it’s hyper-modular. But the learning curve is very steep. The people who use it are absolutely devoted, and it’s an incredible peice of software, but it’s not made with the beginner in mind.

    If you want a traditional GUI app, Kate from the KDE team is a really nice, reasonably lightweight IDE. Kate IDE

    It’s like a simplified VSCodium. It has all the basic IDE features, LSP and syntax highlighting for 400+ programming languages, tabs/panes/window support, code breakpoints, Git integration, built-in terminal execution, and community plugins for various other features.

    The one thing Kate doesn’t have for your use case, is a built-in live HTML preview. Technically, Kate actually supports a simple HTML live preview if you enable it, but only in the Linux version, and from what I read online, other than very basic HTML stuff, it’s not very good. There may be a community plugin that somebody built, but you would need to research that yourself.